@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
a {
	text-decoration: none;
}
img{
  border:none;
}
body {
	background-color: #fff;
}
input, button, select, textarea {
	outline: none;
}
ul, li, dl, ol {
	list-style: none;
}
::selection {
background:orange;
color:#fff;
}
::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 4x;
    background-color:#f8f8f8;
}
::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #ef2932;
}
/*banner*/
.banner_container {
	width: 100%;
	height: 350px;
	margin: 0 0 30px 0;
	position: relative;
}
/*产品推荐*/
.part01 {
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
	height: 300px;
	margin-top:20px;
}
.part01_right {
	height: 300px;
	float: right;
	width: 30%;
}
.part01_left, .part02_left {
	width: 730px;
	float: left;
}
.part_left_title {
	font-size: 18px;
	line-height: 25px;
	height: 30px;
	border-bottom: 2px #eee solid;
	margin: 10px 0;
	border-left: 0px #ef2932 solid
}
.part_left_title img {
	margin-right: 12px;
	float: left;
	height: 80%;
	width: 6px;
}
.part_left_title span {
	float: right;
	display: inline-block;
	margin-top: 4px;
}
.rectangle {
	float: left;
	background-color: #666;
	position: relative;
	z-index: 100;
	height: 120px;
}
.part_left_row {
	overflow: hidden;
}
.part_left_row>a:nth-child(2)>.rectangle,.part_left_row>a:nth-child(5)>.rectangle{
	margin:0 6px;
}
.rectangle span {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
.rectangle h2 {
	position: absolute;
	z-index: 400;
	margin-top: 16px;
	width: 100%;
	display: block;
	text-align: center;
	color: #f5fffa;
	transition: color 0.5s;
	font-size: 26px
}
.rectangle:hover h2 {
	color: #f0f8ff;
}
.mask {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
	position: absolute;
	z-index: 200;
	top: 120px;
	color: white;
	text-align: right;
}
.part_left_title>a:hover {
	color: #ef2932;
}

/*滚动*/

.list_lh{
	height: 272px;
	overflow:hidden;
}
.list_lh li{
	border-bottom:1px solid #c9d0d8;
	background-color: #fff;
	padding:10px;
}
.list_lh li p{
	height:24px;
	line-height:24px;
}
.list_lh li p i{
	width:80px;
	color:#FF3300;
	float:left;
	width:50px;
	margin-left:25px;
	font-style:italic;
}
.list_lh li p span:nth-child(1){
	color:#999;
	float:left;
	width:50px}
.list_lh li p span:nth-child(2){
	color:#999;
	float:right;
	width:130px;
	font-size:14px;
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.bcon{
	display:block;
	border:none;
	line-height:40px;
	text-align: left;width:100%;
	height:272px;
	padding:0 0;
	margin:0 0;
}
.bcon p{
	margin:0;
	padding-left:20px;
	font-size:16px;
	color:#999;
}
.bcon>p{
	background-color: #ef2932;
	color:white;
	font-weight: bold;
}

/*大学*/
.part02 {
	height: 370px;
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
}
.part02 a {
	color: #333;
}
.part02_left .part_left_row>div {
	width: 20%;
	height: 150px;
	float: left;
	transition: border-color 0.5s;
	position: relative;
	z-index: 100;
	margin-bottom:12px;
}

.part02_left_smtitle {
	width: 100%;
	height: 20px;
	top: 130px;
	position: absolute;
	z-index: 200;
	display: block;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	transition: all ease 0.3s;
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.part02_left .part_left_row>div:hover .part02_left_smtitle {
	background-color: #ef2932;
	color: #fff;
}
.part02_left .part_left_row>div img {
	width: 110px;
	height: 110px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -55px;
}
/*大学排名*/
.part02_right_title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	background-color: #ef2932;
	color: white;
	height: 40px;
	line-height: 40px;
}
.part02_right {
	height: 370px;
	background-color: #fdfdfd;
	float: right;
	width: 30%;
}
.part02_right dd {
	width: 290px;
	padding: 5px 20px;
	font-size: 18px;
	text-align: center;
}
.part02_right dd a {
	display: block;
	text-align: left;
	position: relative;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height:22px;
}
.part02_right a:hover {
	color: #f04444;
}

.part02_right a:hover:before {
	visibility: visible;
	transform: scaleX(1);
}
.part02_right span{
	padding:1px 6px;
	font-size:12px;
}
.lxdt{
	color: #f04444;
	border: 1px solid #f04444;
}
.sqzd{
	color: #fbc03e;
	border: 1px solid #fbc03e;
}
.lxfy{
	color: #25cd90;
	border: 1px solid #25cd90;
}
.xqzb{
	color: #3d6bf3;
	border: 1px solid #3d6bf3;
}
.qzhz{
	color: #c54ac5;
	border: 1px solid #c54ac5;
}
.lxcs{
	color: #c54ac5;
	border: 1px solid #c54ac5;
}
/*专业*/
.part03 {
	width: 1100px;
	height: 170px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
	padding-top:5px;
}
.part03_left {
	width: 730px;
	margin-right: 10px;
	float: left;
}
.part03 p {
	height: 100px;
	font-size: 14px;
	padding: 15px 10px 0 10px;
	margin: 0;
	text-align: left;
}
.part03 p>a {
	color: #757575;
	margin: 0 5px;
	padding:5px 9px;
	border:1px solid #adabab;
	
}
.part03_right {
	width: 330px;
	height: 135px;
	float: right;
	background-color: #fff;
}
.part03_right img{
	width:100%;
}
/*横幅*/
#ads {
	margin: 0 auto;
	margin: 30px 0;
	height: 100px;
	width: 100%;
	background-color: #999;
}
/*时间轴*/
#timeline {
	width: 1100px;
	margin: 0 auto;
	margin-top:30px;
}
#timeline>img {
	display: block;
	width: 1100px;
	margin: 0 auto;
}
.procedure{
	width:1100px;	
	height:272px;
	margin:0 auto;
	margin-top:20px;
}
.procedure .trigger{
	height: 100%;
}
.procedure .trigger>div{
	height: 87px;
	line-height:30px;
	font-size: 22px;
	font-weight: bold;
	padding-top: 28px;
	color: #fff;
	text-align: center;
	width: 40px;
	border-radius: 15px 0 0 15px;
	position: relative;
}

.triggerA:after{
	content:"";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid rgb(155, 201, 68);
    border-bottom: 8px solid transparent;
	position: absolute;
	right: -8px;
	top:51px;
}
.triggerB:after{
	content:"";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #f99b50;
    border-bottom: 8px solid transparent;
	position: absolute;
	right: -8px;
	top:51px;
}
.procedure .trigger>div:first-child{
	background-color:rgb(155, 201, 68);
}
.procedure .trigger>div:last-child{
	background-color:rgba(247, 112, 8, 0.7);
}
.procedure .content{
	width: 1050px;
	height: 230px;
	margin-left:10px;
}
.procedure .trigger,
.procedure .content{
	float: left;
}
.procedure .content>div:last-child{
	display: none;
}
/*info*/
.information {
	width: 1100px;
	margin: 0 auto;
	height: 360px;
	margin-top: 40px;
	border-top: 2px solid #f9bc01;
}
.info_left {
	float: left;
	border: 0px dashed blue;
	height: 360px;
	width: 200px;
	background-color: #f9bc01;
	color: gray;
}
.info_left span {
	display: block;
	height: 80px;
	text-align: center;
	font-size: 30px;
	line-height: 80px;
	font-weight: bold;
	color: #fff;
}
.left_buttons {
	overflow: hidden;
	margin-left: 10px;
}
.left_buttons a {
	color: #fff;
	width: 80px;
	height: 30px;
	margin: 2px 4px;
	float: left;
	line-height: 26px;
	background-color: rgba(255,255,255,0.2);
	text-align: center;
	transition:  all ease 0.3s;
}
.left_buttons a:hover{
	background-color: rgba(255,255,255,0.4);
}
.info_center {
	float: left;
	width: 530px;
	height: 345px;
	padding: 15px 20px 0 20px;
	background-color: #fff;
}
.info dt {
	font-size: 20px;
	font-weight: 100;
}
.info_center dd {
	padding: 2px 10px;
	font-weight: 100;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top:10px;
}
.info_center dd a:hover{
	color:#f3ae4a;
}
.info_center>div {
	height: 120px;
	width: 50%;
	float: left;
}
.info_center a, .info_right a {
	color: #666;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.info_right {
	float: right;
	background-color: teal;
	width: 290px;
	height: 360px;
	background-color: #f5f5f5;
	padding: 15px 20px 0 20px;
}
.info_right img {
	margin: 13px 0;
	margin-left: 20px;
}
.info_right dd {
	margin: 8px 10px 8px 10px;
	font-size: 16px;
}
.info_right dd a:hover{
	color:#f3ae4a;
}

.colorf-a {
	border-top-color: #2fd0da;
}
.colorf-b {
	border-top-color: #8fc320;
}
/*顾问*/
.guwen {
	font-size: 40px;
	color: #003366;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	font-weight: bold;
}
#consultants {
	width: 1100px;
	height: 460px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom:30px;
}

/*专业选项卡*/
  /* =========Get Fonts */
    @import url(http://fonts.googleapis.com/css?family=Quicksand);
 @import url(http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
.part03 .clearfix:after, .part03 .container:after, .part03 .tab-nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.part03 .container {
	position: relative;
	background: white;
	box-shadow:2px 2px 5px #ccc;
}
.part03 .tab-group {
	position: relative;
	background:#f7f7f7;
}
.part03 .tab-group section {
	opacity: 0;
	height: 0;
	padding: 0 1em;
	overflow: hidden;
	transition: opacity 0.4s ease, height 0.4s ease;
}
.part03 .tab-group section.active {
	opacity: 1;
	height: auto;
	overflow: visible;
	padding: 10px 0 0 0;
}
.part03 .tab-nav {
	list-style: none;
	padding: 0;
	height: 40px;
	overflow: hidden;
}
.part03 .tab-nav li {
	display: inline;
}
.part03 .tab-nav li a {
	position: relative;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 2.5rem;
	width:12.5%;
	text-align:center;
	text-decoration: none;
	color: grey;
	background:#fff;
	height:2.5rem;
	transition: background .2s ease, line-height .2s ease, margin .2s ease;
}
.part03 .tab-nav li.active a {
	color: #000;
	line-height: 2.5em;
	margin-top: 0;
	background-color:#f7f7f7;
	font-weight:bold;
	border-top:2px solid #f04444;
}
/*右侧悬浮菜单*/
.slide {
	width: 50px;
	height: 250px;
	position: fixed;
	top: 50%;
	margin-top: -80px;
	background-color: rgba(14, 14, 14, 0.6);
	right: 0;
	z-index: 1111;
	border-radius: 5px 0 0 5px;
}
.slide ul {
	list-style: none;
}
.slide .icon li {
	width: 49px;
	height: 50px;
}
.slide .icon .up {
	background-position: -330px -120px;
}
.slide .icon li.qq {
	background-position: -385px -73px;
}
.slide .icon li.tel {
	background-position: -385px -160px;
}
.slide .icon li.wx {
	background-position: -385px -120px;
}
.slide .icon li.down {
	background-position: -330px -160px;
}
.slide .info {
	top: 50%;
	height: 146px;
	position: absolute;
	right: 100%;
	background: #20b2aa;
	width: 0px;
	overflow: hidden;
	margin-top: -73.5px;
	transition: 0.5s;
	border-top: #0E0E0E;
	border-radius: 5px 0 0 5px;
}
.slide .info.hover {
	width: 146px;
}
.slide .info li {
	width: 144px;
	color: #fff;
	text-align: center;
}
.slide .info li p {
	font-size: 16px;
	line-height: 30px;
	padding: 15px;
	text-align: center;
}
.slide .info li.qq p a {
	margin: 0 auto;
	display: block;
	margin-top: 22px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
}
.slide .info li.qq p a:hover {
	color: #008080;
	border: none;
	background: #f5f5f5;
}
.slide .info li div.img {
	height: 100%;
	background: #DEFFF9;
	margin: 15px;
}
.slide .info li div.img img {
	width: 100%;
	height: 100%;
}
/* 轮播图 */
/* rslides */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
/*pager*/
.callbacks_tabs.callbacks1_tabs {
	margin-top: -40px;
	position: relative;
	z-index: 100;
	margin-bottom: 20px;
}
.callbacks_tabs.callbacks1_tabs li {
	display: inline-block;
	width: 20px;
	height: 6px;
	margin-left: 10px;
	position: relative;
}
.callbacks_tabs.callbacks1_tabs li a {
	display: inline-block;
	width: 20px;
	height: 6px;
	position: absolute;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	opacity: 0.7;
	color: transparent;
}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a {
	background: #ef2932;
}
/* Callback example */
.callbacks_container {
	margin-bottom: 2px;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 100%;
	text-align: center;
}
#slider li {
	width: 100%;
	position: absolute;
	/*left: 50%;*/
	/*margin-left: -960px;*/;
}
.callbacks_container {
	width: 100%;
	overflow: hidden;
	height: 350px;
}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	border: 0;
	height: 350px
}
.hide {
	display: none;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.6;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("images/themes.gif") no-repeat left top;
	margin-top: -30px;
	display: none;
}
.callbacks_container:hover .callbacks_nav {
	display: block;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

/*web隐藏*/
.mob_xueli,#mob_shenfen,.hide {
	display: none;
}
/*活动推荐*/
	.op_left{
	width: 805px;
}
.op_right ul img{
	width: 260px;
	height: 140px;
	display: none;
}
.op_right li{
	overflow: hidden;
	font-size: 14px;
	margin:3px 0;
	position:relative;
}
.op_right li a div{
	position: absolute;
	bottom: 25px;
	background-color: rgba(49, 47, 47, 0.9);
	width: 260px;
	color: #fff;
	font-size: 14px;
	height: 33px;
	line-height: 33px;
}
.op_right li a div input{
	height: 25px;
	width: 80px;
	float: right;
	margin-top: 4px;
	color: #fff;
	border: none;
	border-radius: 2px;
	margin-right: 10px;
	background-color:#b5b5b5;
	line-height:20px;
}

.op_right {
    width: 280px;
	box-shadow:2px 2px 5px #CCC;
	padding:10px;
	padding-top:0;
	padding-right:0;
	padding-left:0;
	margin:22px 0;
}

.tuij{
	box-shadow:2px 2px 5px #ccc;
	width:280px;
	margin-bottom:30px;
}
.wyxq{
		position:fixed;
		top:50px;
		scrollLeft:60%;
	}
@media screen and (max-width: 768px) {
/*mobile隐藏*/
.part03,#timeline>img,.info_left,
.info_right,.info_center>img,.info_center>hr,
.part02_left .part_left_row>div:last-child,
.slide,.mask,.show,.procedure,.proBoxSlide,.part01_right{
	display: none;
}
/*mobile显示*/
.part_left_row>a:nth-child(2)>.rectangle,.part_left_row>a:nth-child(5)>.rectangle{
	margin:0 1%;
}
.part02_right{
	width:100%;
	float:left;
}
.part02_right dd{
	width:100%;
	padding:5px 6%;
	text-align:center;
}
#mob_shenfen,.hide{
	display: block;
}
.banner_container {
	height: 52vw;
	margin-bottom: 0;
}
#timeline, .information, .part02, .part02_left {
	width: 100%;
	height: auto;
}
.part02 {
	margin-top: 10px;
}
.info_center {
	margin: 0 auto;
	clear: both;
	width: 100%;
	height: auto;
	padding-top:0px;
}
.information {
	height: auto;
	overflow: hidden;
	margin-top: 0;
}
.mob_xueli {
	display: block;
	font-size: 18px;
	padding: 2px;
	color: #fff;
	background-color: #f9bc01;
	padding-left: 20px;
}
.colorf1 {
	background-color: #2fd0da;
}
.colorf2 {
	background-color: #8fc320;
}
.information {
	border-top: none;
}
.part02_left .part_left_row>div:hover {
	border-color: #fff;
}
.part02_left .part_left_row>div:hover .part02_left_smtitle {
	color: #ef2932;
	background-color: #fff;
	font-weight: bold;
}
.info_center>div {
	clear: both;
	width: 100%;
}
.part02_left .part_left_row>div {
	width: 33.3%;
	float: left
}
.part_left_row {
	width: 100%;
	overflow: hidden;
}
.callbacks_container {
	height: 200px;
}
.rslides img {
	height: 200px;
	width: 100%;
	position: relative;
}
#slider li {
	width: 100%;
	margin-left: 0;
	position: relative;
	left: 0;
}
#consultants {
	width: 100%;
	height: auto;
}
.guwen {
	font-size: 26px;
}
.part01_left .rectangle {
	width: 32.666667% !important
}
.part01_left, .part01, .part_02_left {
	width: 100%;
}
.part01 .part_left_row a:hover {
	opacity: 0.6
}
.rectangle span {
	font-size: 18px;
	color:#fff;
}
.rectangle h2 {
	font-size: 18px;
	margin-top: 36px;
}
.info_center dd:nth-of-type(odd) {
	background-color: #f8f8f8;
}
.info_center dd{
	padding-top:2px;
}
.info_center>div {
	height: 100px;
	margin-top:20px;
}
#mob_shenfen {
	height: 40px;
	margin-top:50px;
}
#mob_shenfen ul li {
	float: left;
	width: 33.3%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	opacity: 0.6;
}

#mob_shenfen ul li:hover {
	opacity: 1;
}

.yanjius{
	background-color: #fc903c;
}
.benke{
	background-color:#2fd0da;
}
.gaoz{
	background-color:#8fc320;
}

.information i{
	color:#fc903c;
}
.colorf-a i{
	color:#2fd0da;
}
.colorf-b i{
	color:#8fc320;
}
body{
	min-width:auto;
}
.mobhide{
		display: none;
	}
	.webhide{
		display: block;
	}
	.part01 {
	margin-top:0px;
	height:296px;
}
}

