.swiper-container {
    width: 100%;
    height: 100%;

}
.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mwseo_banner_box{
    clear: both;
    width: 100%;
    height: 497px;
    overflow: hidden;
}
.mwseo_banner_list{
    clear: both;
    width: 100%;
}
.mwseo_banner_list li {
    clear: both;
    width: 100%;
    height: 497px;
    overflow: hidden;
}
.mwseo_banner_list li a{
    display: block;
    width:100%;
    height: 100%;
    overflow: hidden;
}
.mwseo_contenr_box {
    clear: both;
    width: 100%;
    overflow: hidden;
    background-color: #f6f6f6;
	padding-bottom: 50px;
}
.mwseo_crowd_object_box{
    clear: both;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.mwseo_crowd_object_list{
    clear: both;
    width: 920px;
    overflow: hidden;
    margin-left: 280px;
}
.mwseo_crowd_object_list li{
    float: left;
    width: 300px;
    height: 132px;
    overflow: hidden;
}
.mwseo_crowd_object_list li:last-child{
	width: 299px;
}
.mwseo_crowd_object_list_box{
    clear: both;
    width: 250px;
    overflow: hidden;
    margin-top: 25px;
    margin-left: 50px;
}
.wseo_crowd_object_left{
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 35px;
    background-image: url("../../../images/icon.png");
    background-color: #FFF;
    margin-top: 10px;
}
.wseo_crowd_object_right {
    float: left;
    width: 130px;
    overflow: hidden;
    margin-left: 10px;
}
.wseo_crowd_object_right p:first-child{
    clear: both;
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #FFF;
	font-weight: 600;
}
.wseo_crowd_object_right p{
    clear: both;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #FFF;
}
.wseo_crowd_object_right span {
    display: block;
    clear: both;
    width: 75px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    color: #333;
    background-color: #FFF;
    border-radius: 11px;
}
.mwseo_curriculum_list_box {
    clear: both;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.mwseo_curriculum_list_title {
    clear: both;
    width: 100%;
    overflow: hidden;
}
.mwseo_curriculum_list_title h2{
    float: left;
    width: 300px;
    line-height: 48px;
    overflow: hidden;
    font-size: 26px;
    color: #ff1a1a;
}
.mwseo_curriculum_list_title h2 span {
    color: #333;
}
.mwseo_curriculum_list_right {
    float: right;
    /*width: 560px;*/
    height: 40px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #FFF;
}
.mwseo_curriculum_list_right a{
    float: left;
    line-height: 40px;
    overflow: hidden;
    margin-left: 20px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.mwseo_curriculum_list_right a:hover{
    color: #eb020e;
}
.mwseo_curriculum_list_class {
    clear: both;
    width: 100%;
	padding-top: 15px;
}
.mwseo_curriculum_list_class li{
    float: left;
    width: 228px;
    height: 230px;
    overflow: hidden;
    background-color: #FFF;
    margin-bottom: 15px;
    margin-right: 15px;
	transition: all .3s;
}
.mwseo_curriculum_list_class li:hover{
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 12px rgba(0,0,0,.3);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.mwseo_curriculum_list_class li:hover h3{
	color: #FF0101;
}
/* .mwseo_curriculum_list_class li:hover img{
	transform: scale(1.1);
} */
.mwseo_curriculum_list_class li:nth-child(5n+0){
    margin-right: 0;
}
.mwseo_curriculum_list_class_box {
    clear: both;
    width: 198px;
    height: 205px;
    overflow: hidden;
    padding: 15px 15px 10px;
}
.mwseo_curriculum_list_class_box img{
    width: 100%;
	/* transition: all .3s; */
}

.mwseo_curriculum_list_class_box h3{
    clear: both;
    width: 100%;
    line-height: 35px;
    overflow: hidden;
    margin-top: 5px;
    font-size: 18px;
    font-weight: normal;
    color: #333;
	transition: color .3s;
}

.mwseo_curriculum_list_class_box p{
    clear: both;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}
.mwseo_curriculum_list_class_box p span{
    color: #cc0000;
    font-weight: normal;
}
.mwseo_curriculum_list_title2{
    float: right;
    line-height: 40px;
    overflow: hidden;
}
.mwseo_curriculum_list_title2 a{
    clear: both;
    width: 95px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #eb020e;
    cursor: pointer;
}
.mwseo_hot_market_box {
    clear: both;
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
}
.mwseo_hot_market_list {
    clear: both;
    width: 1170px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 15px;
}
.mwseo_hot_market_list li{
    float: left;
    width: 182px;
	height: 192px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
}
.mwseo_hot_market_list li:hover h3{
	color: #FF0101;
}
.mwseo_hot_market_list li img{
	width: 100%;
}
.mwseo_hot_market_list li:nth-child(6n+0){
    margin-right: 0;
}
.mwseo_hot_market_list li h3{
    clear: both;
    width: 100%;
    line-height: 25px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #333;
	transition: all .3s;
}
.mwseo_hot_market_list li p{
    clear: both;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}
.mwseo_hot_market_list li p span{
    color: #cc0000;
    font-weight: normal;
}
.mwseo_contenr_whitebg{
    clear: both;
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
}
.mwseo_contenr_whitebg_box{
    clear: both;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.mwseo_contenr_whitebg_box_left {
    float: left;
    width: 860px;
    overflow: hidden;
}
.mwseo_contenr_whitebg_left_list {
    float: left;
    width: 415px;
    height: 445px;
    overflow: hidden;
    margin-bottom: 15px;
}
.mwseo_contenr_whitebg_left_list:nth-child(1),
.mwseo_contenr_whitebg_left_list:nth-child(3)
{
	margin-right: 30px;
}
.mwseo_contenr_whitebg_left_list dt {
    clear: both;
    width: 100%;
    overflow: hidden;
}
.mwseo_contenr_whitebg_left_list dt i {
    display: block;
    clear: both;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background-color: #e5e5e5;
}
.mwseo_contenr_whitebg_left_list img{
	width: 95%;
	display: block;
}
.mwseo_contenr_whitebg_left_list dt i span {
    display: block;
    clear: both;
    width: 25%;
    height: 2px;
    overflow: hidden;
    background-color: #ff1a1a;
}
.mwseo_contenr_whitebg_left_list dt h4{
    float: left;
    width: 200px;
    line-height: 50px;
    overflow: hidden;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}
.mwseo_contenr_whitebg_left_list dt  a {
    display: block;
    float: right;
    width: 65px;
    line-height: 50px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}
.mwseo_contenr_whitebg_left_list dt  a:hover{
    color: #eb020e;
}
.mwseo_contenr_whitebg_left_list dd {
    clear: both;
    width: 100%;
    overflow: hidden;
}
.mwseo_contenr_whitebg_left_list dd a {
    display: block;
    clear: both;
    width: 100%;
    line-height: 40px;
    overflow: hidden;
    font-size: 17px;
    color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.mwseo_contenr_whitebg_left_list span{
	color: #B6B6B6;
	font-weight: 600;
}
.mwseo_contenr_whitebg_left_list dd a:first-child{
	font-weight: 600;
}
.mwseo_contenr_whitebg_box_right {
    float: right;
    width: 313px;
    height: 848px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.mwseo_contenr_whitebg_box_right strong {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: #ff1a1a;
}
.mwseo_contenr_whitebg_box_right h2{
    clear: both;
    width: 293px;
    line-height: 48px;
    overflow: hidden;
    font-size: 24px;
    color: #333;
    margin: 0 auto;
    font-weight: normal;
}
.mwseo_problem_box{
    clear: both;
    height: 145px;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 13px;
    padding: 0 24px;
}
.mwseo_problem_box:last-child{
	border-bottom: none;
}
.mwseo_problem_box dt {
    clear: both;
    height: 20px;
    overflow: hidden;
}
.mwseo_problem_box dt span{
    float: left;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: #ff1a1a;
    text-align: center;
    font-size: 14px;
    color: #fff;
} 
.mwseo_problem_box dt h3{
    float: left;
    width: 240px;
    line-height: 20px;
    overflow: hidden;
    margin-left: 5px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.mwseo_problem_box dd {
    clear: both;
    width: 265px;
    overflow: hidden;
    margin-top: 15px;
}
.mwseo_problem_box dd span {
    float: left;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: #2fd873;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.mwseo_problem_box dd h3{
    float: left;
    width: 240px;
    line-height: 25px;
    overflow: hidden;
	margin: -3px 0 0 5px;
    font-size: 15px;
    color: #666;
    font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.mwseo_cyrq_box{
    clear: both;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}
.mwseo_cyrq_box_left {
    float: left;
    width: 870px;
    overflow: hidden;
}
.mwseo_cyrq_box_left h2{
    clear: both;
    width: 100%;
    line-height: 35px;
    overflow: hidden;
    font-size: 22px;
    color: #333;
    font-weight: normal;
}
.mwseo_cyrq_box_left h2 span{
	font-weight: 600;
}
.mwseo_cyrq_box_left h2 i{
    float: left;
    width: 4px;
    height: 22px;
    overflow: hidden;
    background-color: #ff1a1a;
    margin-top: 8px;
    margin-right: 5px;
}
.mwseo_cyrq_box_left_list {
    clear: both;
    width: 100%;
    overflow: hidden;
}
.mwseo_cyrq_box_left_list li:nth-child(1) i{
	background: url(../images/home_students_01.jpg);
}
.mwseo_cyrq_box_left_list li:nth-child(2) i{
	background: url(../images/home_students_02.jpg);
}
.mwseo_cyrq_box_left_list li:nth-child(3) i{
	background: url(../images/home_students_03.jpg);
}
.mwseo_cyrq_box_left_list li {
    float: left;
    width: 270px;
    overflow: hidden;
}
.mwseo_cyrq_box_left_list li:nth-child(1) .mwseo_cyrq_box_left_list_top{
	background-color: #63c058;
}
.mwseo_cyrq_box_left_list li:nth-child(2) .mwseo_cyrq_box_left_list_top{
	background-color: #f59537;
}
.mwseo_cyrq_box_left_list li:nth-child(3) .mwseo_cyrq_box_left_list_top{
	background-color: #a2c926;
}
.mwseo_cyrq_box_left_list_top {
    clear: both;
    width: 100%;
    height: 309px;
    overflow: hidden;
    
}
.mwseo_cyrq_box_left_list_top h3{
    clear: both;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    margin-top: 40px;
    font-size: 24px;
    color: #FFF;
    text-align: center;
    font-weight: normal;
}
.mwseo_cyrq_box_left_list_top p{
    clear: both;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    color: #FFF;
}
.mwseo_cyrq_box_left_list_top i {
    display: block;
    clear: both;
    width: 120px;
    height: 120px;
	border: 5px solid #FFFFFF;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 65px;
    background-color: #FFF;
    margin-top: 20px;
}
.mwseo_cyrq_box_left_list_bot{
    clear: both;
    width: 268px;
    height: 110px;
    overflow: hidden;
    border: 1px solid #ededed;
    background-color: #FFF;
}
.mwseo_cyrq_box_left_list_bot p{
    clear: both;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-top: 15px;
}
.mwseo_cyrq_box_left_list_bot>p>span {
    color: #ff1a1a;
    font-weight: normal;
}
.mwseo_cyrq_box_left_list_bot a{
    display: block;
    width: 105px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #666;
    border: 1px solid #e0e0e0;
    margin-top: 10px;
    cursor: pointer;
	transition: all .3s;
}
.mwseo_cyrq_box_left_list_bot a:hover{
	color: #FFFFFF;
	background: #FF0101;
	border-color: #ff0101;
}
.mwseo_cyrq_box_right {
    float: right;
    width: 312px;
    overflow: hidden;
}
.mwseo_cyrq_box_right h2{
    clear: both;
    width: 100%;
    line-height: 35px;
    overflow: hidden;
    font-size: 22px;
    color: #333;
}
.mwseo_cyrq_box_right h2 i{
    float: left;
    width: 4px;
    height: 22px;
    overflow: hidden;
    background-color: #ff1a1a;
    margin-top: 8px;
    margin-right: 5px;
}
.mwseo_ranking_box {
    clear: both;
    width: 100%;
    height: 421px;
    overflow: hidden;
    background-color: #FFF;
}
.mwseo_ranking_box_sub{
    clear: both;
    width: 272px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 15px;
}
.mwseo_ranking_box_sub li{
    width: 130px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
}
.mwseo_ranking_list{
    clear: both;
    width: 272px;
    overflow: hidden;
    margin: 0 auto;
}
.mwseo_ranking_list li {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.mwseo_ranking_list li cite{
    display: block;
    float: left;
    width: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
	font-weight: 600;
}
.mwseo_ranking_list li p {
    float: left;
    width: 185px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
	transition: all .3s;
}
.mwseo_ranking_list li p:hover{
	color: #FF0101;
}
.mwseo_ranking_list li span{
    display: block;
    float: right;
    width: 60px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.mwseo_ranking_list li:nth-child(1) cite{
    color: red;
}
.mwseo_ranking_list li:nth-child(2) cite{
    color: red;
}
.mwseo_ranking_list li:nth-child(3) cite{
    color: red;
}
.mwseo_ranking_list_month{
    display: none;
    clear: both;
    width: 272px;
    overflow: hidden;
    margin: 0 auto;
}
.mwseo_ranking_list_month li {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.mwseo_ranking_list_month li strong{
    display: block;
    float: left;
    width: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.mwseo_ranking_list_month li p {
    float: left;
    width: 185px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
	transition: all .3s;
}
.mwseo_ranking_list_month li p:hover{
	color: #FF0101;
}
.mwseo_ranking_list_month li span{
    display: block;
    float: right;
    width: 60px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.mwseo_ranking_list_month li:nth-child(1) strong{
    color: red;
}
.mwseo_ranking_list_month li:nth-child(2) strong{
    color: red;
}
.mwseo_ranking_list_month li:nth-child(3) strong{
    color: red;
}
.mwseo_project_contenr{
    clear: both;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
	border:1px solid #e6e6e6;
}
.mwseo_project_list{
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mwseo_project_list li{
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-right: 20px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    background-color: #cdcdcd;
    cursor: pointer;
}
.mwseo_project_list li.active{
    background-color: #ff1a1a;
}
.mwseo_project_list_contenr{
    clear: both;
    width: 100%;
    overflow: hidden;
}
.mwseo_project_list_contenr li{
    display: none;
    clear: both;
    width: 100%;
    overflow: hidden;
}
.mwseo_project_list_contenr li.active{
    display: block;
}
.mwseo_project_list_contenr li a{
    display: block;
    float: left;
    width: 12.5%;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
	transition: all .3s;
}
.mwseo_project_list_contenr li a:hover{
	color: #FF0101;
	
}
.mwseo_friend_link{
    clear: both;
    width: 100%;
    overflow: hidden;
}
.mwseo_friend_link_top {
    clear: both;
    width: 100%;
    height: 55px;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.mwseo_friend_link_top h4{
    float: left;
    width: 300px;
    line-height: 55px;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    font-weight: normal;
}
.mwseo_friend_link_top span {
    display: block;
    float: right;
    line-height: 55px;
    font-size: 14px;
    color: #666;
}
.mwseo_friend_link_bottom{
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 15px 0;
}
.mwseo_friend_link_bottom a{
    display:block;
    float: left;
    line-height: 35px;
    overflow: hidden;
    margin-right: 25px;
    font-size: 15px;
    color: #666;
    cursor: pointer;
}
.mwseo_friend_link_bottom a:hover{
    color: red;
}
.mwseo_bottom_box{
    clear: both;
    width: 100%;
    overflow: hidden;
    background-color: #4e4e4e;
    padding: 20px 0;
}
.mwseo_bottom_contenr {
    clear: both;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.mwseo_bottom_contenr h5{
    float: left;
    width:410px;
    height: 80px;
    overflow: hidden;
}
.mwseo_bottom_contenr_right{
    float:right;
    overflow: hidden;
}
.mwseo_bottom_contenr_right p{
    clear: both;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    color: #d8d8d8;
}