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: #6f65ff;
	font-size: 0;
	font-family: "Microsoft YaHei";
	color: #333;
	letter-spacing: 0.5px;
}

#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: #fff;
	font-size: 15px;
	width: 216px;
	height: 46px;
	line-height: 42px;
	border-radius: 50px;
	margin: 0 auto;
	background: #ff9601;
	border: 2px solid #f77400;
}

#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: #2759ff;
	border-color: #0740fc;
}

#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 #ff9600;
	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;
	height: 726px;
	padding: 393px 0 0;
}

#main .header .btn-box .btn {
	margin: 0 10px;
	width: 168px;
	height: 50px;
	line-height: 46px;
}

#main .header .introduction {
	width: 1000px;
	margin: 97px auto 0;
	border: 1px solid #1e0d81;
	border-radius: 8px;
	background-color: #787eff;
	padding: 20px 25px 8px 20px;
	color: #fff;
}

#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: #ffcf38;
	position: absolute;
	left: 0;
	top: 8px;
}

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

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

#main .section .last {
	margin-right: -2px !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: #fef051;
	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;*/
}

#main .section1 .container,
#main .section6 .container {
	width: 1015px;
}

#main .section .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: #2759ff;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
}

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

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

#main .section .panel,
#main .section .panel-twoLevel {
	display: none;
}

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

#main .section1 .top {
	height: 163px;
}

#main .section1 .top .panel {
	background-color: #f7f8ff;
	padding: 28px 50px 28px 0;
	border-radius: 100px;
}

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

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

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

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

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

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

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

#main .section1 .center p span.fl:after {
	content: "，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，";
	font-size: 16px;
	color: #ccd1ff;
	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) -231px -5px;
}

#main .section .table-box {
	position: relative;
	height: 799px;
	border: 2px solid #ccd1ff;
	border-radius: 2px;
}

#main .section .table-head {
	background-color: #7970ff;
	font-weight: bold;
	height: 51px;
	line-height: 51px;
	color: #fff;
	width: 948px;
	margin: 0 0 0 -2px;
	padding: 0 5px 0 2px;
}

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

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

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

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

#main .section table td {
	font-size: 14px;
	text-align: center;
	height: 62px;
	border-right: 1px solid #e7e9ff;
	border-bottom: 1px solid #e7e9ff;
	letter-spacing: 0;
}

#main .section table td .hoverStyle:hover {
	text-decoration: underline;
	color: #f24a00;
}

#main .section table td.caseLink,
#main .section table td .R-Test,
#main .section6 table td .showLeyu {
	text-decoration: underline;
	color: #f24a00;
}

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

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

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

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

#main .section table tbody tr:hover {
	background-color: #f4f5ff;
}

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

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

#main .section .table-scroll::-webkit-scrollbar-track {
	background: #e7e9ff;
}

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

#main .section .table-scroll::-webkit-scrollbar-corner {
	background: #82AFFF;
}

#main .section .table-scroll::-webkit-scrollbar-resizer {
	background: #FF0BEE;
}

#main .section1 .btn-box .btn {
	margin: 30px 30px 0;
}

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

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

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

#main .section1 .bottom .tit {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #221d6f;
	margin: 0 0 15px;
	height: 18px;
}

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

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

#main .section1 .bottom .panel1 {
	padding: 10px 20px 0 30px;
}

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

/* #main .section1 .bottom .panel1 .item1 .tit:after {
	width: 370px;
} */

#main .section1 .bottom .panel1 .item2 .tit:after {
	width: 330px;
}

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

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

#main .section1 .bottom .item1 .btn {
	width: 230px;
	/* margin: 15px 0 0 70px; */
	margin: -46px 0 0 692px;
}

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

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

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

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

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

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

/* #main .section1 .bottom .panel1 .item3 {
	position: absolute;
	right: 20px;
	top: 0;
	width: 272px;
} */
#main .section1 .bottom .panel1 .item3 {
	/* position: absolute; */
	right: 20px;
	top: 0;
	width: 272px;
}

#main .section1 .bottom .item3 .content,
#main .section1 .bottom .item4 .content {
	border: 1px solid #ccd1ff;
	text-align: center;
	border-radius: 3px;
	color: #333;
}

#main .section1 .bottom .item3 .head,
#main .section1 .bottom .item4 .head {
	background-color: #ccd1ff;
	font-size: 18px;
	color: #161775;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
}

#main .section1 .bottom .item3 .substance,
#main .section1 .bottom .item4 .substance {
	padding: 25px 35px;
}

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

#main .section1 .bottom .item3 .fr {
	width: 80px;
}

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

#main .section1 .bottom .panel1 .item3 .fl {
	width: 120px;
}


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

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

#main .section1 .bottom .panel1 .item3 .fr h5,
#main .section1 .bottom .panel1 .item3 .fr p {
	padding-left: 25px;
}

#main .section1 .bottom .panel2 .btn {
	margin: -66px 0 0;
}

#main .section1 .bottom .item4 .content {
	height: 104px;
	width: 100%;
}

#main .section1 .bottom .item4 .fl {
	height: 100%;
}

#main .section1 .bottom .item4 .fl:last-child {
	border: 0;
}

#main .section1 .bottom .item4 .head {
	width: 75px;
	line-height: 31px;
	padding: 20px 0 0;
}

#main .section1 .bottom .item4 h5,
#main .section1 .bottom .item4 p {
	height: 51px;
	line-height: 50px;
}

#main .section1 .bottom .item4 h5 {
	width: 80px;
}

#main .section1 .bottom .item4 h5:first-child,
#main .section1 .bottom .item4 p:first-child {
	padding: 0 15px;
	border-bottom: 1px solid #e7e9ff;
}
#main .section1 .bottom .panel1 .item4 p:first-child{
	padding: 0 19px;
}
#main .section1 .bottom .panel1 .item4 .content>div:last-child p:first-child{
	padding: 0px 21px
}
#main .section1 .bottom .panel3 .item4 p:first-child {
	padding: 0 13px;
}

#main .section1 .bottom .panel4 .item4 p:first-child {
	padding: 0 7px;
}

#main .section1 .bottom .item4 p span {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}

#main .section6 {
	position: relative;
}

#main .section6:before {
	content: "";
	position: absolute;
	width: 1095px;
	background-color: #787eff;
	top: 0;
	right: 50%;
	margin-right: -660px;
	bottom: 170px;
	border: 1px solid #1e0d81;
	border-radius: 3px;
}

#main .section6 .tab {
	width: 496px;
	margin-right: 23px;
}

#main .section6 .panel-left {
	width: 146px;
}

#main .section6 .panel-left .tab-twoLevel:hover,
#main .section6 .panel-left .tab-twoLevel.active {
	color: #fff;
	background-color: #7970ff;
}

#main .section6 .panel-left .tab-twoLevel {
	width: 100%;
	height: 60px;
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #7970ff;
	border-radius: 3px;
	background-color: #fff;
	margin: 0 0 22px;
	cursor: pointer;
	color: #7970ff;
}

#main .section6 .panel-right.table-box {
	width: 790px;
}

#main .section6 .panel-right .table-head {
	width: 786px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

#main .section6 .table-scroll {
	overflow: hidden;
}

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

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

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

#main .section2 .container form {
	height: 176px;
	background-color: #fff;
	border-radius: 4px;
	padding: 38px 0 0 65px;
	margin: 0 0 50px;
}

#main .section2 form .form-item {
	width: 186px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	margin: 0 39px 22px 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;
}

#main .section2 form input.form-code {
	width: 104px;
}

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

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

#main .section3 {
	padding-top: 0;
}

#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: 2px solid #3a28a8;
	border-radius: 3px;
}

#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: #ffa900;

}

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

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

#main .section-bg {
	background-image: url(../images/bg_03.png);
	padding: 0 0 50px;
}

#main .section4 #serveBox .tip {
	color: #e2e0ff;
}

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

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

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

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

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

#main .section-footer {
	position: fixed;
	bottom: -63px;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 100;
	opacity: 0;
}

#main .section-footer .container {
	width: 852px;
	height: 48px;
	line-height: 48px;
	border-radius: 25px;
	background-color: #2852e9;
	padding: 0 0 0 130px;
	color: #fff;
	letter-spacing: 1px;
}

#main .section-footer .icon {
	position: absolute;
	left: 3px;
	bottom: 0;
	width: 109px;
	height: 63px;
	background-position: -326px -25px;
}

#main .section-footer .closeBtn {
	position: absolute;
	right: 15px;
	top: 14px;
	width: 20px;
	height: 20px;
	background: url(../images/icons.png) no-repeat -460px -5px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#main .section-footer .closeBtn:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

#main .section-footer h5 {
	line-height: 48px;
	display: inline-block;
}

#main .section-footer span {
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	margin: 0 5px;
}

#main .section-footer span:hover,
#main .section-footer span.active {
	color: #ffe221;
}

#main .bottom-teacher-ask {
	color: #f24a00;
}

/*圓埃燕汽*/
#Campuses1 * {
	margin: 0;
	padding: 0;
}

#Campuses1 ul,
#Campuses1 li {
	list-style: none;
}

#Campuses1 ul,
#Campuses1 li,
#Campuses1 div,
#Campuses1 h6,
#Campuses1 b,
#Campuses1 input {
	font-family: 'Microsoft Yahei';
}

#Campuses1 .C-Fl {
	float: left;
}

#Campuses1 .C-Fr {
	float: right;
}

#Campuses1 .C-Button>span,
#Campuses1 .C-Name,
#Campuses1 .C-Tel,
#Campuses1 .C-Country,
#Campuses1 .C-City {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

@media \0screen\,screen\9 {
	#Campuses1 {
		background: #000;
		filter: Alpha(opacity=80);
		position: static;
		*zoom: 1;
	}
}

#Campuses1 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 999999999;
	background: rgba(0, 0, 0, 0.8);
}

.M-Close,
.C-Button span,
.R-Close1 {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#Campuses1 .Majors-Box1 {
	width: 820px;
	height: 440px;
	background: #fff;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -410px;
}

#Campuses1 .Majors-T {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #db2c35;
	font-size: 22px;
	color: #fff;
	text-align: center;
	position: relative;
}

#Campuses1 .M-Close {
	position: absolute;
	right: 25px;
	top: 14px;
}

#Campuses1 .M-Close:hover,
#Campuses1 .R-Close1:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

#Campuses1 .C-Infor {
	width: 710px;
	height: 300px;
	margin: 45px auto 0;
}

#Campuses1 .C-InforT {
	width: 404px;
	height: 306px;
	border-right: 1px solid #ffd6d6;
}

#Campuses1 .Declare {
	width: 371px;
	height: 306px;
	margin: -10px 0 0 -10px;
}

#Campuses1 .Declare-T {
	font-size: 18px;
	color: #535353;
	width: 370px;
	height: 58px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 25px;
}

#Campuses1 .Declare-Bg {
	background: url(https://www.igo.cn/liuxue/images/M-Declare.jpg) no-repeat;
	width: 371px;
	height: 231px;
	overflow: hidden;
}

#Campuses1 .Dealare-List {
	width: 252px;
	height: 122px;
	margin: 52px auto 0;
}

#Campuses1 .Dealare-List>li {
	float: left;
	font-size: 14px;
	color: #fff;
	margin-bottom: 16px;
}

#Campuses1 .D-Ml1 {
	margin-left: 65px;
}

#Campuses1 .D-Ml2 {
	margin-left: 38px;
}

#Campuses1 .C-YuYue {
	width: 270px;
	height: 306px;
	margin-left: 32px;
}

#Campuses1 .C-YuYue>span {
	font-size: 14px;
	color: #535353;
}

#Campuses1 .Infor-List {
	margin-top: 20px;
}

#Campuses1 .Infor-List li {
	margin-bottom: 16px;
}

#Campuses1 .Infor-List li span {
	font-size: 14px;
	color: #535353;
}

#Campuses1 .C-Name,
#Campuses1 .C-Tel,
#Campuses1 .C-Country,
#Campuses1 .C-City {
	width: 185px;
	height: 28px;
	font-size: 14px;
	color: #c2c2c2;
	border: 1px solid #b5b5b5;
	outline: none;
	padding-left: 12px;
}

#Campuses1 .C-Country,
#Campuses1 .C-City {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: url(https://www.igo.cn/liuxue/images/M-Select.png) 164px 0 no-repeat;
}

#Campuses1 .C-Txt {
	text-align: right;
	font-size: 14px;
	color: #535353;
}

#Campuses1 .C-Button {
	width: 270px;
	height: 42px;
	margin: 25px auto 0;
}

#Campuses1 .C-Button>span {
	display: block;
	width: 124px;
	height: 42px;
	background: #db2c35;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #db2c35;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#Campuses1 .C-Button>span:hover {
	background: transparent;
	color: #db2c35;
}

#Campuses1 #R-success1 {
	width: 376px;
	height: 176px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -208px;
	margin-top: -88px;
	background: #fff;
	display: none;
}

#Campuses1 #R-success1 h6 {
	width: 100%;
	height: 50px;
	font-size: 22px;
	color: #fff;
	background: #db2c35;
	text-align: center;
	line-height: 50px;
	position: relative;
	margin-bottom: 26px;
}

.R-Close1 {
	position: absolute;
	top: 13px;
	right: 15px;
}

#Campuses1 #R-success1 p {
	font-size: 14px;
	color: #535353;
	text-align: center;
	margin-bottom: 8px;
}

.Touch-active {
	animation: show 0.3s;
	-webkit-animation: show 0.3s;
}

@keyframes show1 {
	0% {
		transform: scale(2);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	100% {
		transform: scale(1);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@-webkit-keyframes show1 {
	0% {
		-webkit-transform: scale(2);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@-moz-keyframes show1 {
	0% {
		-moz-transform: scale(2);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	100% {
		-moz-transform: scale(1);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@-o-keyframes show1 {
	0% {
		-o-transform: scale(2);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	100% {
		-o-transform: scale(1);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

/*圓埃燕汽 end*/

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

#Campuses1 .C-Button>span,
#Rate-Shadow .Ntest-btn {
	background: #ff9601 !important;
	border-color: #f77400 !important;
	color: #fff !important;
}

#Campuses1 .C-Button>span:hover,
#Rate-Shadow .Ntest-btn:hover {
	background-color: #2759ff !important;
	border-color: #0740fc !important;
	color: #fff !important;
}


#main .section1 .bottom .panel1 .md .md_fl {
	width: 122px;
}