html,
body {
	min-width: 1200px;
	margin: 0;
	padding: 0;
}

div,
span,
ul,
li,
p,
form,
img,
input,
label,
table,
thead,
tbody,
tr,
th,
td,
hr,
textarea,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

#main {
	background: #f886b1;
	font-size: 0;
	font-family: "Microsoft YaHei";
	color: #333;
}

#main * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*comment*/
#main li {
	list-style: none;
}

#main h6,
#main h5,
#main h4,
#main h2 {
	font-weight: bold;
}

#main h6 {
	font-size: 14px;
	line-height: 14px;
}

#main h5 {
	font-size: 16px;
	line-height: 16px;
}

#main h4 {
	font-size: 18px;
	line-height: 18px;
}

#main h2 {
	font-size: 22px;
	line-height: 22px;
}

#main a {
	text-decoration: none;
	color: inherit;
}

#main a.bottom-teacher-ask:hover {
	color: #333;
	text-decoration: underline;
}

#main .btn-box {
	width: 100%;
	margin: 0 auto;
}

#main .box-inline {
	text-align: center;
}

#main .box-inline .btn {
	display: inline-block;
}

#main .btn {
	color: #362a00;
	background: #ffea00;
	font-size: 15px;
	width: 216px;
	height: 46px;
	line-height: 46px;
	border-radius: 50px;
	margin: 0 auto;
}

#main .btn,
#main .tab {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#main .btn:hover,
#main .btn.active {
	background-color: #ffc600;
}

#main .fr {
	float: right;
}

#main .fl {
	float: left;
}

#main .tl {
	text-align: left !important;
}

#main .tc {
	text-align: center !important;
}

#main .tr {
	text-align: right !important;
}

#main .clearfloat:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#main .icon {
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
}

#main span.showLeyu,
#main span.YueYuPop,
#main span.Pop-Down,
#main span.R-Test {
	cursor: pointer;
	/*color: #ff6d94;text-decoration: underline;*/
}

/* input  select */
#main input,
#main textarea,
#main select {
	border: 0;
	resize: none;
	outline: none;
	font-size: 14px;
	background-color: #f3f4ff;
}

#main select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#main select::-ms-expand {
	display: none;
}

#main .select {
	position: relative;
	display: inline-block;
}

#main form .select:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 14px solid #cd005b;
	top: 50%;
	margin-top: -7px;
	right: 10px;
}

#main .select input {
	cursor: default;
}

#main .select ul {
	display: none;
	position: absolute;
	font-size: 14px;
	z-index: 100;
	overflow: auto;
	color: #000;
	padding: 5px 0;
	background-color: #fff;
	line-height: 24px;
	border: 1px solid #ecedf6;
	width: 100%;
	max-height: 200px;
}

#main .select ul.active {
	display: block;
}

#main .select ul li {
	padding-left: 35px;
	cursor: pointer;
}

#main .select ul li:hover {
	background-color: #e5e5e5;
}

/* input  select */
/*header begin*/
#main .header {
	background: url(../images/header.png) no-repeat center top;
	padding: 393px 0 55px;
}

#main .header .btn-box .btn {
	margin: 0 12px;
	width: 168px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
}

#main .header .introduction {
	width: 1000px;
	margin: 97px auto 0;
	border: 1px solid #5b0031;
	border-radius: 8px;
	background-color: #ffdbf1;
	padding: 20px 25px 8px 20px;
	color: #292100;
}

#main .header .introduction li {
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 17px 18px;
	position: relative;
}

#main .header .introduction li:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #c3006a;
	position: absolute;
	left: 0;
	top: 8px;
}

/*header end*/
/*section*/
#main .section {
	background-repeat: no-repeat;
	background-position: center top;
}

#main .section {
	padding: 50px 0;
	position: relative;
}

#main .section .last {
	margin-right: 0 !important;
}

#main .section .headline,
#main .section .container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#main .section .headline {
	text-align: center;
	margin-bottom: 40px;
}

#main .section .headline span {
	font-weight: bold;
	font-size: 38px;
	line-height: 38px;
	color: #6e0029;
	display: inline-block;
	position: relative;
}

#main .section .headline span:before,
#main .section .headline span:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 88px;
	height: 148px;
	background: url(../images/icons.png) -5px -5px;
}

#main .section .headline span:before {
	left: -106px;
}

#main .section .headline span:after {
	right: -106px;
	background-position-x: -115px;
}

#main .section1 {
	background-image: url(../images/bg_01.png);
	/*height: 1845px;*/
	background-position: center 110px;
}

#main .section1:before,
#main .section6:before {
	content: "";
	position: absolute;
	width: 1098px;
	background-color: #ffdbf1;
	top: 0;
	left: 50%;
	margin-left: -660px;
	bottom: 185px;
	border: 1px solid #5b0031;
	border-radius: 3px;
}

#main .section6:before {
	bottom: 106px;
}

#main .section2:before {
	content: "";
	position: absolute;
	background-color: #ffdbf1;
	top: 0;
	left: 50%;
	right: 0;
	margin-left: -477px;
	bottom: 93px;
	border: 1px solid #5b0031;
	border-right: 0;
	border-radius: 3px 0 0 3px;
}

#main .section-bg:before {
	content: "";
	position: absolute;
	background-color: #ffdbf1;
	top: 0;
	left: 0;
	right: 50%;
    width: 1400px;
    height: 462px;
	margin-right: -600px;
	bottom: 280px;
	/* border: 1px solid #5b0031; */
	border-left: 0;
	border-radius: 0 3px 3px 0;
}

#main .section1 .container {
	width: 1016px;
}

#main .section1 .tab-box {
	height: 84px;
}

#main .section .tab {
	width: 250px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	background-color: #da2b79;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
}

#main .section .tab.active,
#main .section .tab:hover {
	background: #fff;
	color: #da2b79;
	height: 88px;
	line-height: 84px;
	border-radius: 4px 4px 0 0;
}

#main .section .panel-box {
	background-color: #fff;
	padding: 22px 22px 50px;
	border-radius: 4px;
}

#main .section .panel {
	display: none;
}

#main .section .panel.active {
	display: block;
}

#main .section1 .panel .top {
	background-color: #ffe7f9;
	padding: 28px 70px 28px 0;
	border-radius: 100px;
	height: 128px;
	margin: 0 0 30px;
}

#main .section1 .top .icon {
	display: inline-block;
	vertical-align: middle;
	margin: -13px 0 0 26px;
	width: 99px;
	height: 99px;
	background-position: -2px -156px;
	border-radius: 50%;
	background-color: #fff;
}

#main .section1 .top .fr {
	width: 740px;
	color: #333;
}

#main .section1 .panel2 .top .fr,
#main .section1 .panel4 .top .fr {
	margin-top: -12px;
}

#main .section1 .top .fr p {
	font-size: 14px;
	line-height: 24px;
	/*text-indent: 2em;*/
}

#main .section1 .top .fr p span {
	font-weight: bold;
	color: #890034;
}

#main .section1 .center p {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	color: #9a003b;
	font-weight: bold;
	letter-spacing: .8px;
	margin: 0 0 20px;
}

#main .section1 .center p span.fl {
	width: 870px;
	overflow: hidden;
	white-space: nowrap;
}

#main .section1 .center p span.fr {
	cursor: pointer;
	font-size: 14px;
	color: #eb4db4;
}

#main .section1 .center p span.fl:after {
	content: "，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，";
	font-size: 16px;
	color: #fdbee7;
	font-weight: bold;
	display: inline-block;
	margin: 0 0 0 10px;
	letter-spacing: 2.2px;
	vertical-align: top;
}

#main .section1 .center p span.fr:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 21px;
	height: 21px;
	margin: -3px 5px 0 0;
	background: url(../images/icons.png) -230px -5px;
}

#main .section1 .table-box {
	position: relative;
	height: 799px;
	border: 2px solid #ffe6f1;
	border-radius: 3px;
}

#main .section1 .table-head {
	background-color: #ed5498;
	color: #fff;
	font-weight: bold;
	height: 53px;
	line-height: 53px;
	width: 972px;
	margin: -2px 0 0 -2px;
	padding: 0 0 0 2px;
	border-radius: 3px 3px 0 0;
}

#main .section1 .table-head>div {
	display: inline-block;
	text-align: center;
	font-size: 16px;
}

#main .section1 .table-scroll {
	height: 744px;
	overflow-y: auto;
	position: absolute;
	top: 51px;
	width: 100%;
}

#main .section1 .center table {
	width: 100%;
}

#main .section1 table thead {
	visibility: hidden;
}

#main .section1 table td {
	font-size: 14px;
	text-align: center;
	height: 62px;
	border-right: 1px solid #ffe6f1;
	border-bottom: 1px solid #ffe6f1;
}

/*#main .section1 table td .hoverStyle:hover{
	text-decoration: underline;
	color: #f24a00;
}*/
#main .section1 table td a,
#main .section1 table td .R-Test,
#main .section1 table td .showLeyu {
	text-decoration: underline;
	color: #f24a00;
}

#main .section1 table td a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 180px;
	display: block;
	margin: 0 auto;
}

#main .section1 table td:last-child {
	border-right: 0;
}

#main .section1 table tr:last-child td {
	border-bottom: 0;
}

#main .section1 table tbody tr {
	background-color: #fff;
}

#main .section1 table tbody tr:hover {
	background-color: #ffe7f9;
}

#main .section1 .table-scroll::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

#main .section1 .table-scroll::-webkit-scrollbar-button {
	height: 0;
	width: 0;
}

#main .section1 .table-scroll::-webkit-scrollbar-track {
	background: #ffe6f1;
}

/*#main .section1 .table-scroll::-webkit-scrollbar-track-piece {background:url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png);}*/
#main .section1 .table-scroll::-webkit-scrollbar-thumb {
	background: #eb8ab5;
	border-radius: 6px;
}

/*#main .section1 .table-scroll::-webkit-scrollbar-corner {background:#82AFFF;}
#main .section1 .table-scroll::-webkit-scrollbar-resizer  {background:#FF0BEE;}*/
#main .section1 .btn-box .btn {
	margin: 30px 30px 0;
}

#main .section1 .panel-left {
	width: 139px
}

#main .section1 .panel-left .tab-twoLevel {
	width: 100%;
	height: 60px;
	font-size: 18px;
	line-height: 58px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ffd800;
	background-color: #fff;
	margin: 0 0 29px;
	cursor: pointer;
}

#main .section1 .panel-left .tab-twoLevel:hover,
#main .section1 .panel-left .tab-twoLevel.active {
	color: #322800;
	background-color: #ffd800;
}

#main .section1 .panel-right .panel-twoLevel {
	display: none;
}

#main .section1 .panel-right .panel-twoLevel.active {
	display: block;
}

#main .section1 .panel-right.table-box {
	width: 816px;
	height: 861px;
}

#main .section1 .panel-right .table-head {
	width: 816px;
}

#main .section1 .panel-right .table-scroll {
	height: 806px;
}

#main .section1 .bottom {
	position: relative;
}

#main .section1 .bottom .panel {
	padding: 10px 10px 0;
}

#main .section1 .bottom .item {
	padding: 35px 0 0;
}

#main .section1 .bottom .tit {
	font-size: 18px;
	line-height: 38px;
	height: 38px;
	font-weight: bold;
	color: #9a003b;
	margin: 0 0 15px;
	white-space: nowrap;
	overflow: hidden;
}

#main .section1 .bottom .tit:after {
	content: "，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，";
	font-size: 16px;
	color: #fdbee7;
	font-weight: bold;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 0 10px;
	letter-spacing: 2.2px;
}

#main .section1 .bottom .item .icon {
	display: inline-block;
	vertical-align: top;
	width: 46px;
	height: 38px;
	background-position: -230px -46px;
}

#main .section1 .bottom .item .tit p {
	display: inline-block;
	vertical-align: text-top;
}

#main .section1 .bottom .item2 .icon {
	background-position-y: -105px;
}

#main .section1 .bottom {
	padding: 10px 12px 0;
}

#main .section1 .bottom .item1,
#main .section1 .bottom .item2 {
	width: 968px;
}

#main .section1 .bottom .item1>p {
	font-size: 14px;
	line-height: 22px;
}

#main .section1 .bottom .item1 p span {
	color: #ff3477;
}

#main .section1 .bottom .item1 .btn {
	width: 230px;
	margin: 15px 0 0 70px;
}

#main .section1 .panel3 .bottom .item2 .btn {
	width: 230px;
	margin: 35px 0 0 60px;
}

#main .section1 .bottom .item2 li {
	font-size: 14px;
	line-height: 22px;
	color: #333;
	margin: 0 0 16px;
}

#main .section1 .bottom .item2 li a {
	cursor: pointer;
}

#main .section1 .bottom .item2 li a {
	text-decoration: underline;
}

#main .section1 .bottom .item2 li a:hover {
	color: #e784a9;
}

#main .section1 .bottom .item2 li span {
	font-weight: bold;
	color: #e784a9;
	padding: 0 10px 0 0;
}

#main .section1 .bottom .item2 img {
	cursor: pointer;
	float: right;
	margin: -150px 10px 0 0;
	position: relative;
}

#main .section1 .bottom .item3 {
	/* position: absolute;
	right: 10px;
	top: 24px; */
}

#main .section1 .panel1 .bottom .item3 {
	/* right: 58px; */
}

.ub {
	display: flex;
	position: relative;
	flex-shrink: 0;
}

.ub-shrink0 {
	flex-shrink: 0;
}

.ub-f1 {
	flex: 1;
}

.ub-pb {
	justify-content: space-between;
}

.ub-pc {
	justify-content: center;
}

.ub-ac {
	align-items: center;
}

#main .section1 .bottom .item3 .content {
	width: 968;
	text-align: center;
	border-radius: 3px;
	color: #333;
}

#main .section1 .bottom .item3 .head {
	background-color: #ff6bad;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	width: 90px;
	line-height: 90px;
	letter-spacing: 5px;
	text-align: center;
	writing-mode: vertical-lr;
}

#main .section1 .bottom .item3 .table {
	border: 1px solid #ffe6f1;
}

#main .section1 .bottom .item3 .table ul {
	font-size: 14px;
}

#main .section1 .bottom .item3 .table ul:nth-of-type(1) {
	border-bottom: 1px solid #ffe6f1;
}

#main .section1 .bottom .item3 .table ul li {
	flex: 1;
	text-align: center;
	padding: 20px 4px;
	box-sizing: border-box;
	border-right: 1px solid #ffe6f1;
}

#main .section1 .bottom .item3 .table ul li:last-of-type {
	border-right: none;
}

#main .section1 .bottom .item3 .substance {
	padding: 25px 35px 10px;
	border: 1px solid #ffe6f1;
	border-top: 0;
}

#main .section1 .panel3 .bottom .item3 .substance,
#main .section1 .panel4 .bottom .item3 .substance {
	padding: 25px 10px 10px;
}

#main .section1 .bottom .item3 .fl {
	border-right: 1px solid #ffe6f1;
}

#main .section1 .bottom .item3 p {
	font-size: 14px;
	line-height: 36px;
}

#main .section1 .panel3 .bottom .item3 p {
	line-height: 34px;
}

#main .section1 .panel4 .bottom .item3 p {
	line-height: 26px;
}

#main .section1 .bottom .item3 h5 {
	padding: 0 0 14px 0;
	margin: 0 0 10px;
	border-bottom: 1px solid #ffe6f1;
}

#main .section1 .bottom .item3 .fl h5,
#main .section1 .bottom .item3 .fl p {
	padding-right: 30px;
}

#main .section1 .bottom .item3 .fr h5,
#main .section1 .bottom .item3 .fr p {
	padding-left: 30px;
	padding-right: 15px;
}

#main .section2 {
	background-image: url(../images/bg_02.png);
	background-position: center 201px;
}

#main .section2 .container p {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #aa0071;
	margin: 0 0 20px;
}

#main .section2 .container form {
	background-color: #fff;
	border-radius: 4px;
	padding: 38px 0 38px 29px;
}

#main .section2 form .form-item {
	width: 186px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	margin: 0 13px 0 0;
	position: relative;
}

#main .section2 form .form-item .icon {
	height: 40px;
	width: 37px;
	position: absolute;
	left: 0;
	background-position: 2px -254px;
}

#main .section2 form input {
	width: 100%;
	height: 40px;
	border-radius: 3px;
	padding: 0 0 0 45px;
	color: #adadad;
	background-color: #f5f5f5;
}

#main .section2 form .btn {
	display: inline-block;
	vertical-align: top;
	width: 135px;
	height: 40px;
	line-height: 40px;
}

#main .section2 form .getCode {
	width: 82px;
	border-radius: 0 3px 3px 0;
	border: 0;
	font-size: 14px;
}

#main .section3 .container {
	height: 296px;
}

#main .section3 .wrapBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 296px;
	width: 938px;
	margin: 0 30px;
}

#main .section3 .wrapBox ul {
	width: 400%;
	position: absolute;
}

#main .section3 .wrapBox li {
	display: inline-block;
	vertical-align: top;
}

#main .section3 .container a {
	display: inline-block;
	width: 201px;
	height: 280px;
	margin-right: 39px;
	position: relative;
	border: 1px solid #5b0031;
	border-radius: 3px;
	background-color: #ffdbf1;
}

#main .section3 .container a div {
	width: 200px;
	position: absolute;
	top: 16px;
	left: 17px;
	overflow: hidden;
	-webkit-transform: rotate(0deg);
}

#main .section3 .container img {
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#main .section3 .container img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#main .section3 .container .arrow {
	position: absolute;
	top: 145px;
	cursor: pointer;
	font-size: 30px;
	line-height: 20px;
	font-weight: bold;
	font-family: simsun;
	color: #a0003d;

}

#main .section3 .container .arrow.next {
	right: 0;
}

#main .section3 .container .arrow.prev {
	left: 0;
}

#main .section3 .btn {
	margin: 30px 30px 0;
}

#main .section-bg {
	padding: 0;
}

#main .section4 .headline p {
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #a4006d;
	margin: 24px 0 0px;
}

#main .section4 #serveBox .tip {
	color: #9a003b;
}

#main .section4 #serveBox .points li {
	background-color: #ff96bd;
}

#main .section4 #serveBox .points li.active {
	background-color: #ea4381;
}

#main .section4 #serveBox .arrow {
	background-image: none !important;
	font-size: 30px;
	color: #a0003d;
	top: 160px;
}

#main .section4 #serveBox .wrap li .item .circle {
	background-color: #f0387d;
}

#main .section4 #serveBox .wrap .item .content .title {
	color: #b40044;
}

#main .section5 {
	background-image: url(../images/bg_05.png);
	background-position: center bottom;
}

#main .section6 .container {
	width: 1001px;
}

#main .section6 .tab-box {
	height: 82px;
}

#main .section6 .tab {
	width: 161px;
	height: 64px;
	line-height: 64px;
	margin: 0 7px 0 0;
}

#main .section6 .tab.active,
#main .section6 .tab:hover {
	height: 82px;
	line-height: 78px;
}

#main .section6 .panel-box {
	padding: 25px 0 40px;
}

#main .section6 .item {
	width: 250px;
	height: 420px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 20px 0;
	border-right: dashed 1px #c50c70;
}

#main .section6 .item:last-child {
	border: 0;
}

#main .section6 h5 {
	text-align: center;
	color: #9f003c;
	margin: 0 0 18px;
}

#main .section6 .item ul {
	padding: 0 0 0 14px;
	;
}

#main .section6 .item li {
	position: relative;
}

#main .section6 .item li:before {
	content: "";
	position: absolute;
	left: -14px;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #d92877;
}

#main .section6 br,
#main .section6 .item p,
#main .section6 span,
#main .section6 h6 {
	font-size: 14px;
	line-height: 24px;
}

#main .section6 span {
	color: #f3005b;
	white-space: nowrap;
}

#main .section6 p span {
	font-weight: bold;
	color: #333;
}

#Campuses1 .Majors-T,
.New-rate h6 {
	background: #f886b1 !important;
}

#Campuses1 .C-Button>span,
#Rate-Shadow .Ntest-btn {
	background: #ffea00 !important;
	border-color: #ffea00 !important;
	color: #362a00 !important;
}

#Campuses1 .C-Button>span:hover,
#Rate-Shadow .Ntest-btn:hover {
	background-color: #ffc600 !important;
	border-color: #ffc600 !important;
	color: #362a00 !important;
}