body{
	background: #eee;
}
.header{
	width: 100%;
	min-width: 1200px;
}
.header img{
	width: 100%;
}
/*内容*/
#main {
    background: #f9f9fd url(../images/background.png) no-repeat 0 828px;
    font-size: 0;
    /*font-family: "å¾®è½¯é›…é»‘";*/
}
#main .navlist{

}
#main .navlist.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1070px;
    z-index: 999;
    background-color: #fafafc;
}
#main .navlist ul{
	
    height: 50px;
    line-height: 22px;
    padding: 12px 0;
}
#main .navlist ul li{
	display: inline-block;
    font-size: 14px;
    color: #484b78;
    cursor: pointer;
    width: 165px;
    text-align: center;
    font-weight: bold;
}
#main .navlist li:hover, #main .navlist li.active {
    color: #f06560;
}
#main .navlist li:after {
    content: "";
    float: right;
    height: 15px;
    border-right: 1px solid #82849f;
    border-left: 1px solid #484b78;
    margin-top: 3px;
}
#main .navlist li.last:after {
    border: 0;
}
/*关于背景提升，你了解多少？*/
#main .section {
    padding: 50px 0;text-align: left;
}
#main .section>.title {
    text-align: center;
    margin-bottom: 15px;
}
#main .title {
    font-weight: bold;
}
#main .section .container {
    width: 1000px;
    margin: 25px auto 0;
}
#main div, #main span, #main ul, #main li, #main ol, #main dl, #main dd, #main dt, #main p, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main form, #main fieldset, #main legend, #main img, #main input, #main section, #main table, #main thead, #main tbody, #main tr, #main th, #main td, #main hr, #main textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#main .section2 .container .item.item-mini {
    width: 486px;
    margin: 0 28px 38px 0;
    display: inline-block;
    text-align: left;
}
#main .section2 .container .item img {
    float: left;
}
#main .section2 .container .item .fl {
    width: 864px;
}
#main .section2 .container .item.item-mini .fl {
    width: 350px;
}
#main .section2 .container .item.item-mini .top {
    padding-top: 10px;
}
#main .section2 .container .item .top {
    padding: 0 0 0 30px;
}
#main .section2 .container .item .top .icon {
    background-position: -5px -78px;
    width: 75px;
    height: 41px;
    margin-right: 18px;
    display: inline-block;
}
#main .icon {
    background: url(../img/yypx/icons.png) no-repeat;
}
#main .section2 .container .item .top span {
    font-size: 21px;
    line-height: 24px;
    color: #313577;
    font-weight: bold;
    vertical-align: top;
}
.fl{
	float: left;
}
#main .section2 .container .item .content {
    height: 363px;
    padding: 20px 35px;
    background-color: #fff;
    -moz-box-shadow: 0px 3px 12px rgba(201,201,217,0.32);
    -webkit-box-shadow: 0px 3px 12px rgba(201,201,217,0.32);
    box-shadow: 0px 3px 12px rgba(201,201,217,0.32);
}
#main .section2 .container .item .content span {
    font-size: 14px;
    line-height: 24px;
    color: #484848;
}
#main .section2 .container .item.item-mini .content {
    height: 200px;
    padding: 20px 25px;
}
#main .section .last {
    margin-right: 0!important;
}
#main .section2 .container .item .content .content-item.br {
    border-right: 1px dashed #d4d5dc;
    margin-right: 40px;
    width: 390px;
    padding: 0 30px 0 0;
}
#main .section2 .container .item .content .content-item {
    width: 360px;
    float: left;
    height: 100%;
}
#main .section2 .container .item .content .content-item .title {
    text-align: center;
    margin-bottom: 10px;

}
#main .section2 .container .item .content .content-item .title .icon {
    background-position: -130px -5px;
    width: 28px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}
#main .section2 .container .item .content span {
    font-size: 14px;
    line-height: 24px;
    color: #484848;
}
#main .section2 .container .item .content .content-item .title span {
    font-weight: bold;
    color: #000;
    vertical-align: middle;
}
#main .section2 .container .item .content span {
    font-size: 14px;
    line-height: 24px;
    color: #484848;
}
#main .section2 .container .item .fl {
    width: 864px;
}
#main .btn-box.btn-inline {
    text-align: center;
}
#main .section2 .container .btn-box .btn {
    width: 220px;
    margin: 30px 25px 0;
}
#main .btn-inline .btn {
    display: inline-block;
}
#main .btn2 {
    width: 237px;
    background: #0F84DE;
}
#main .btn {
    text-align: center;
    cursor: pointer;
    
    font-weight: bold;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    width: 152px;
    background: #0F84DE;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    border-radius: 100px;
    border:2px solid rgba(15,132,222,1);
background:none;color: rgba(15,132,222,1);
}
#main .btn2:hover {
    background: #0F84DE;
    color: #fff;
    border:2px solid rgba(15,132,222,1);
	
}
#main .clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
/*背景提升，看看留学顾问怎么说*/
.teacher_contains {
	width: 1000px;
    margin: 0px auto 0;
    position: relative;
    text-align: left;
    padding-top: 30px;
    /*height: 410px;*/
    padding-bottom: 30px;
}
.teacher_contains .slide {
    float: left;
    position: relative;
    width: 166px;
    height: 250px;
    margin-bottom: 5px;
    border-left: 4px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    margin-top: 45px;
}
.teacher_contains .slide a{
    display: inline-block;
    width: 166px;
    height: 250px;
    overflow: hidden;
}
.teacher_contains .slide img{
    width: 100%;
}
.teacher_contains .maxWidth{
	width: 350px;
}
.teacher_contains .minWidth{
	width: 130px;
}
.teacher_contains .slide .t_img {
    float: left;
    display: block;
    width: 166px;
    height: 100%;
    background: #000;
    background: #535353 url(../images/t_bg.jpg) no-repeat top center;
    background-size: 100% 100%;
}
.teacher_contains .slide .img {
    display: block;
    margin: 0 auto;
    width: 180px;
}
.teacher_contains .slide .info {
    position: absolute;
    left: 166px;
    width: 194px;
    height: 250px;
    padding: 24px 24px 0;
    line-height: 22px;
    color: #eee;
    /*background: #000;*/
    top: 0;
    background: #000 url(../img/yypx/sign.png) no-repeat 150px 20px;
}
.bxz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_contains .slide .name{
    font-size: 16px;
}
.teacher_contains .slide .city{
    padding: 6px 0;
    font-size: 12px;
}
#main .teacher_contains .slide .txt{
    height: 88px;
    overflow: hidden;
    font-size: 12px;

}

.txt-center{
    text-align: center;
}
#main .teacher_contains  .btn-box{
	text-align: center;
}
#main .teacher_contains  .btn {
    margin: 26px 50px 0;
    width: 220px;
    /*float: left*/
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
/*背景提升，早行动，距离名校更进一步*/
#main .section4>p{font-size: 14px;line-height: 24px;margin: 0 auto;width: 1000px;}
#main .section.bg4 {
    background-color: #e2e3f4;
}
#main .section>.title {
    text-align: center;
    margin-bottom: 15px;
}
#main .btn-box.btn-inline {
    text-align: center;
}
#main .section4 .tab-box .tab{margin: 0 17px 25px;position: relative;width: 250px;}
#main .section4 .tab-box .tab.active:after{
	content:"";
	position: absolute;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #0FB8C5;
	left: 113px;
	bottom: -12px;
}
#main .tab {
    color: #f25554;
    font-size: 18px;
    width: 236px;
    height: 64px;
    line-height: 64px;
    background-image: url(../img/yypx/tab_01.png) no-repeat;
    background: none;
    border:none;
    border-radius: 0;
}

#main .section4 .btn2{width: 220px;    margin: 26px 50px 0;}
#main .section4 .panel-box .panel{display: none;}
#main .section4 .panel-box .panel.active{display: block;}
#main .section4 .panel-box .panel .item{width: 236px;height: 326px;margin-right: 18px;float: left;background-color: #fff;}
#main .section4 .panel-box .panel .item p{font-size: 22px;line-height: 26px;font-weight: bold;color: #313577;margin: -8px 0 10px 22px;}
#main .section4 .panel-box .panel .item li{margin: 0 0 4px 38px;font-size: 14px;line-height: 24px;position: relative;}
#main .section4 .panel-box .panel .item li.bold{font-weight: bold;}
#main .section4 .panel-box .panel .item li:before{content: "";position: absolute;left: -16px;top: 9px;width: 6px;height: 6px;border-radius: 50%;background-color: #b7b9da;}
#main .section4 .tab{
	border:1px solid #0FB8C5;
	color: #0FB8C5;
}
#main .tab:hover, #main .tab.active {
    color: #fff;
    background: #0FB8C5;
}
/*西培留学背景提升的服务理念*/
.bjts{
	width: 100%;
	min-width: 1200px;
	background: url(../img/yypx/29670f65b3aa11e53f3fe095009e61c5.png)no-repeat;
	padding-top: 50px;
}
.bjts .container{
	width: 1000px;
	margin:  0 auto;
}
.bjts .title{
	/*margin-top: 50px;*/
}
.bjts .ys{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 45px;
}
.bjts .ys>div{
	margin-top: 15px;
	width: 321px;
	background: #fff;
	border-radius:4px;
	height:184px;
}
.bjts .ys>div>div>div{
	/*position: relative;*/
	float: left;
    width: 50%;
    text-align: left;
}
.bjts .ys>div>div img{
    padding: 29px  0 0 41px;
}
.bjts .ys>div>div h4{
    margin: 10px 0 0 28px;
    font-size:18px;color:rgba(11,87,166,1);
    font-weight:bold;
    width: 72px; 
}
.bjts .ys>div>div .sz{
    font-size:100px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    line-height:132px;
    color:rgba(11,87,166,1);
    opacity:0.05;
    text-align: center;

}
.bjts .ys>div   p{
    font-size:13px;
    /*padding-top: 15px;*/
    text-align: left;
    padding-left: 33px;
    padding-right: 16px;
    color:rgba(51,51,51,1);
}
#main .bjts .btn{
	width:220px;
	margin: 0 30px 40px; 
}
/*西培留学背景提升的往期项目*/
.wqxm{
	background: #EEEEEE;
	min-width: 1200px
	width:100%;
}
.wqxm .container{
	width: 1000px;
	margin:  0 auto;
}
.wqxm .title{
	padding-top: 50px;
}
.wqxm .container .swiper-container{
	width: 100%;
	height: 360px;
	margin-top: 56px;

}
.wqxm .container .swiper-container .swiper-wrapper{
	width: 100%;
	height: 268px;
	/*overflow: hidden;*/
}
.wqxm .container .swiper-container .swiper-wrapper .swiper-slide{
	width: 50%;
	height: 268px;

}
.wqxm .container .swiper-container .swiper-wrapper .swiper-slide img{
	width: 100%;
	height: 268px;

}
.wqxm .container .swiper-container .swiper-pagination-bullet{
	width: 40px;
	height: 10px;border-radius: 2px;
	background:rgba(255,255,255,1);
	opacity:  1;
}
.wqxm .container .swiper-container .swiper-pagination-bullet-active{
	background: #2E96E6;
}
.wqxm .container .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 35px;
}