#main {
	background: #ef7959 url(../images/bg.png) no-repeat center top;
	padding-bottom: 100px;
}

/*carousel*/
.carouselBox {
	position: relative;
}

.carouselBox .wrapBox {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.carouselBox .wrapBox .wrap {
	width: 10000px;
	position: absolute;
	left: 0;
}

.carouselBox .wrap .item-box {
	white-space: nowrap;
	float: left;
}

.carouselBox .wrap .item {
	float: left;
	height: 100%;
	white-space: normal;
}

.carouselBox .arrow {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	font-family: simsun;
	cursor: pointer;
	/*font-size: 50px;*/
	font-size: 0;
	background: url(../images/icon_arrow.png) no-repeat center;
	width: 15px;
	height: 27px
}

.carouselBox .arrow.prev {
	left: 30px;
}

.carouselBox .arrow.next {
	right: 30px;
	-moz-transform: rotate(180deg);
	;
	-webkit-transform: rotate(180deg);
	;
	-o-transform: rotate(180deg);
	;
	transform: rotate(180deg);
}

.carouselBox .points {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.carouselBox .points li {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	background: #e6e6e6;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
}

.carouselBox .points li.active {
	background: #eb7b5d;
}

/*header*/
#main .header {
	height: 1010px;
}

#main .header>div {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/header_01.png);
}

#main .header .header2 {
	background-image: url(../images/header_02.png);
}

#main .header .header3 {
	background-image: url(../images/header_03.png);
	height: 410px;
	padding: 247px 0 0;
}

#main .header .header3 .content {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	background: #fff;
	padding: 5px;
}

#main .header .header3 ul {
	height: 100%;
	border: 1px solid #ffdeb4;
	line-height: 108px;
}

#main .header .header3 li {
	position: relative;
	display: inline-block;
	margin-left: 120px;
	font-size: 22px;
	font-weight: bold;
	color: #5c2718;
	position: relative;
	padding-left: 95px;
}

#main .header .header3 li img {
	position: absolute;
	top: 25px;
	left: 0;
}

#main .header .header3 li span {
	position: relative;
	z-index: 2;
}

#main .header .header3 li:after {
	content: '';
	position: absolute;
	top: 61px;
	left: 95px;
	right: 0;
	height: 5px;
	background: #fddcb2;
}

#main .xt-section {
	width: 1200px;
	margin: 0 auto;
}

/*myList*/
.myList {
	width: 900px;
	float: left;
	position: relative;
	z-index: 1;
	margin-bottom: 56px;
}

.myList .tab-box {
	width: 100%;
	margin: 31px 0 0;
	height: 0;
	position: relative;
	border-style: solid;
	border-width: 0 30px 30px;
	border-color: transparent transparent #dc603e;
}

.myList .tab-box:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 14px;
	border-color: transparent transparent #ae482d;
}
.myList .tab_fixed{
	width: 100%;
	background-color: #ef7959 ;
	position: fixed;
	top: 0;
	/* border: none; */
	display: none;
	z-index: 10;
	overflow: hidden;
}
.myList .tab_fixed>div{
	width: 900px;
	float: left;
}
.myList .tab_fixed>img{
	float: left;
}
.myList .tab_fixed:before{
	/* border: none; */
}
.myList .tab {
	float: left;
	width: 103px;
	height: 53px;
	background: #dc603e;
	margin: -31px 0 0 15px;
	padding: 3px;
	font-size: 16px;
	color: #5c2718;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.myList .tab p {
	height: 100%;
	background: #ffedd7;
	line-height: 47px;
}

.myList .tab.active p {
	background: #5c2718;
	color: #fff;
}

.myList .tab p:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	border-style: solid;
	border-width: 14px 14px 0 0;
	border-color: #dc603e transparent transparent;
}

.myList .panel-box {
	height: auto;
min-height: 1790px;
	padding: 20px 20px 30px;
	background: #fff;
}

.myList .panel {
	display: none;
}

.myList .panel.active {
	display: block;
}

.myList .video_list .item {
	height: 328px;
	border: 1px solid #5c2718;
	margin-bottom: 20px;
	position: relative;
}

.myList .video_list .item .item_type {
	position: absolute;
	right: 0;
	top: 0;
	width: 69px;
	height: 69px;
	background: url(../images/icon_05.png);
	font-size: 14px;
	font-weight: 700;
	color: #ff3600;
	display: flex;
	justify-content: center;
	padding-top: 15px;
}

.myList .video_list .item .item_type i {
	font-style: normal;
	transform: rotateZ(45deg);
}

.myList .video_list .list_left {
	width: 399px;
	float: left;
	background: #4b30a9;
	height: 100%;
	padding: 9px;
}

.myList .video_list .list_left .img {
	position: relative;
	background: #1a1a1a;
	height: 231px;
	width: 380px;
	cursor: pointer;
}

.myList .video_list .list_left img {
	opacity: 0.5;
	width: 100%;
}

.myList .video_list .list_left .img:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	background: url(../images/icon_03.png);
}

.myList .video_list .info {
	float: left;
	width: 118px;
	text-align: center;
	padding: 10px 0 0;
	margin-top: 10px;
}

.myList .video_list .info .price {
	font-size: 20px;
	color: #ffa408;
}

.myList .video_list .info .price b {
	font-size: 45px;
}

.myList .video_list .info .people {
	font-size: 14px;
	color: #ffedd7;
	margin-top: 10px;
}

.myList .video_list .info .people b {
	color: #ffe96f;
}

.myList .video_list .btn {
	float: left;
	margin: 28px 10px 0 0;
}

.myList .video_list .list_right {
	float: left;
	margin: 24px 0 0 20px;
	font-weight: bold;
	color: #5c2718;
	width: 420px;
	font-size: 15px;
}

.myList .video_list .title {
	font-size: 20px;
	height: 64px;
	margin: 18px 0 20px;
	border-bottom: 1px dashed #5c2718;
	line-height: 29px;
}

.myList .video_list .name {
	display: inline-block;
	vertical-align: text-bottom;
	color: #ff6d46;
	margin-right: 17px;
	padding: 0 3px;
	position: relative;
	font-size: 22px;
	font-family: arial;
}

.myList .video_list .name span {
	position: relative;
	z-index: 1;
}

.myList .video_list .name:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 10px;
	background: #ffe7c7;
}

.myList .video_list .school {
	color: #ff6d46;
	display: inline-block;
	vertical-align: text-bottom;
}

.myList .video_list .content {
	margin-top: 13px;
}

.myList .video_list .content li {
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 10px;
	margin: 0 0 5px;
	font-weight: normal;
	background: url(../images/icon_04.png) no-repeat;
}

.myList .video_list .item-box {
	display: none;
}

.myList .video_list .item-box.active {
	display: block;
}

/*pagination*/
.myList .pagination-box {
	position: absolute;
	bottom: 15px;
	left: 10px;
	right: 20px;
	height: 30px;
	color: #000;
	text-align: center;
	font-size: 12px;
}

.myList .pagination-box .page-buttom {
	display: inline-block;
	margin-left: 10px;
	width: 80px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #666;
	cursor: pointer;
}

.myList .pagination-box .page-num {
	float: left;
}

.myList .pagination-box .page-num ul {
	display: inline-block;
}

.myList .pagination-box .page-num li {
	display: inline-block;
	font-size: 14px;
	width: 28px;
	background: #eee;
	border-color: #eee;
	font-family: arial;
}

.myList .pagination-box .page-num li.active {
	color: #fb0000;
	font-weight: bold;
}

.myList .pagination-box .page-jump {
	float: right;
}

.myList .pagination-box .page-jump input {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #666;
	text-align: center;
	margin: 0 10px;
}

/*section-right*/
.section-right {
	float: right;
	width: 275px;
	height: 1790px;
	margin-top: 61px;
	background: #fff;
	padding: 5px;
	position: relative;
}

.section-right .icon-top {
	position: absolute;
	top: -30px;
	right: 0;
	width: 275px;
	border-style: solid;
	border-width: 0 30px 30px 0;
	border-color: transparent transparent #dc603e;
}

.section-right .icon-top:before {
	content: '';
	position: absolute;
	left: -30px;
	top: 0;
	border-style: solid;
	border-width: 30px 0 0 30px;
	border-color: #dc603e transparent transparent;
}

.section-right .icon-top::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 88px;
	top: -30px;
	width: 69px;
	height: 50px;
	background: url(../images/icon_06.png);
}

.section-right:before {
	content: '';
	position: absolute;
	left: -60px;
	bottom: 0;
	height: 1790px;
	width: 0;
	border-style: solid;
	border-width: 0 30px 30px;
	border-color: transparent #c45c41 transparent transparent;
}

/*form-box*/
.section-right .form-box {
	height: 420px;
	background: #5c2718;
	padding: 30px 0 0;
	text-align: center;
}

.section-right .form-box .title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.section-right .form-box .info {
	height: 95px;
}

.section-right .form-box .info li {
	font-size: 12px;
	line-height: 16px;
	color: #ffedd7;
	display: inline-block;
	text-align: left;
	margin: 28px 5px 0;
}

.section-right .form-box .form-item {
	margin: 0 auto 8px;
	width: 240px;
	height: 35px;
	line-height: 35px;
}

.section-right .form-box .j_submit {
	margin-top: 15px;
}

.section-right .form-box .tip {
	font-size: 12px;
	line-height: 16px;
	color: #ffedd7;
	margin-top: 14px;
}

/*xintong-box*/
.section-right .xintong-box {
	height: 342px;
	background: #ea7454;
	padding: 4px 0 0;
}

.section-right .xintong-box .text {
	height: 224px;
	background: #ffedd7;
	text-align: center;
	color: #ea7454;
	font-weight: bold;
}

.section-right .xintong-box .text1 {
	font-size: 32px;
	padding-top: 20px;
}

.section-right .xintong-box .text2 {
	font-size: 16px;
	padding: 11px 0 18px;
}

.section-right .xintong-box .text3 {
	font-size: 14px;
	line-height: 20px;
}

.section-right .xintong-box .img {
	width: 245px;
	height: 150px;
	margin: -46px auto 0;
	background: #d15c3c;
	padding: 5px;
}

/*recommend-box*/
.section-right .recommend-box {
	padding: 20px 15px 0;
}

.section-right .recommend-box .headline {
	font-size: 20px;
	color: #5c2718;
	margin-bottom: 15px;
	font-weight: bold;
}

.section-right .recommend-box .wrapBox {
	height: 935px;
}

.section-right .recommend-box .item-box {
	height: 690px;
	width: 245px;
}

.section-right .recommend-box .item {
	width: 235px;
	height: 220px;
	position: relative;
	margin-bottom: 10px;
}

.section-right .recommend-box .item .img {
	background: #1a1a1a;
	cursor: pointer;
}

.section-right .recommend-box .item img {
	width: 235px;
	opacity: 0.3;
}

.section-right .recommend-box .img:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 39px;
	width: 40px;
	height: 40px;
	margin: 0 0 0 -20px;
	background: url(../images/icon_03.png);
	background-size: 100%;
}

.section-right .recommend-box .item .text {
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	background: #ea7454;
	padding: 12px 5px 0 20px;
}

.section-right .recommend-box .item .title {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	height: 40px;
}

.section-right .recommend-box .item .tag span {
	float: left;
	width: auto;
	height: 25px;
	line-height: 25px;
	background: #ffedd7;
	border-radius: 2px;
	margin: 12px 10px 0 0;
	font-size: 12px;
	color: #5c2718;
	text-align: center;
	padding: 0 10px;
}

.bottomForm-box {
	clear: both;
	font-size: 14px;
	padding: 25px 50px 35px;
	background-color: #fff;
	position: relative;
}

.bottomForm-box:before {
	content: '';
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	border-style: solid;
	border-width: 0 16px 16px;
	border-color: transparent transparent #dc603e;
}

.bottomForm-box .bottomForm-top {
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 25px;
}

.bottomForm-box .bottomForm-top h3 {
	font-size: 24px;
	color: #5c2718;
}

.bottomForm-box .bottomForm-top p {
	text-align: center;
	color: #666;
	padding: 14px 0 16px;
}

.bottomForm-box .bottomForm-content p {
	margin-bottom: 20px;
}

.bottomForm-box .bottomForm-content p span {
	display: inline-block;
	margin-left: 75px;
}

.bottomForm-box .bottomForm-content b {
	color: #ff004a;
}

.bottomForm-box form {
	margin-top: 26px;
}

.bottomForm-box form .form-item {
	float: left;
	margin: 0 13px 0 0;
	height: 40px;
	line-height: 40px;
}

.bottomForm-box form input {
	float: left;
	border: 1px solid #d9d9d9;
	width: 220px;
	height: 40px;
	padding-left: 45px;
}

.bottomForm-box .select-parent ul {
	top: 30px;
	right: 0;
	width: 180px;
}

.bottomForm-box .select-parent li {
	padding-left: 10px;
}

.bottomForm-box .select-parent i {
	right: 9px;
	margin-top: -2px;
	border-width: 4px 4px 0;
}

.bottomForm-box form .btn {
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #dc603e;
	color: #fff;
	margin-left: 30px;
}

.bottomForm-box form .label {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
}

.bottomForm-box form .form-item img {
	width: 23px;
	position: absolute;
	height: 23px;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate3d(-50%, -50%, 0);
}

.bottomForm-box form .yzm input {
	width: 230px;
}

.bottomForm-box form .form-item .code {
	width: 80px;
	height: 40px;
	line-height: 40px;
	background-color: #ef7959;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	margin: 0;
}