/* 样式初始化 */
* {
    box-sizing: border-box;
    font-family: "Arial","Helvetica Neue","Tahoma";
}
body,p,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333333;
    font-size: 16px;
    font-family: "Arial","Helvetica Neue";
    word-break: break-word;
    font-weight: normal;
}
body,html { width: 100%; height: 100%;}
a {display: inline-block;text-decoration: none; color: #e97211;}
a:link{
    color: #f99c11;
    text-decoration: none;
}
a:visited{
    color: #f99c11;
    text-decoration: none;
}
a:hover{ color: #f99c11; text-decoration: none;}
input,img { border: 0 none; outline-style: none; padding: 0; margin: 0; vertical-align: middle;}
img { width: 100%;}
.left { float: left;}
.right { float: right;}
.w_1200 {  min-width: 1280px;  width: 80%; margin: 0 auto;}
.clearfix::after { content: ""; display: block; clear: both; height: 0; line-height: 0; visibility: hidden;}
.clearfix { zoom: 1;}

@-webkit-keyframes mymove {
    0%   {left:-120px; opacity:0;}
    100% {left:0px; opacity:1;}
}
@-moz-keyframes mymove {
    0%   {left:-120px; opacity:0;}
    100% {left:0px; opacity:1;}
}
@-o-keyframes mymove {
    0%   {left:-120px; opacity:0;}
    100% {left:0px; opacity:1;}
}
@-webkit-keyframes remove {
    0%   {right:-120px; opacity:0;}
    100% {right:0px; opacity:1;}
}
@-moz-keyframes remove {
    0%   {right:-120px; opacity:0;}
    100% {right:0px; opacity:1;}
}
@-o-keyframes remove {
    0%   {right:-120px; opacity:0;}
    100% {right:0px; opacity:1;}
}
/* 提示内容 */
[data-tips] {
    position: relative;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
[data-tips]:after,
[data-tips]:before {
    position: absolute;
    z-index: 100;
    opacity: 0;
}
[data-tips]:after {
    content: attr(data-tips);
    width: 270px;
    line-height: 20px;
    padding: 10px;
    font-size: 12px;
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
[data-tips]:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
}
[data-tips]:hover:after,
[data-tips]:hover:before {
    opacity: 1;
}
/* Right tip */
[data-tips].right-tip:after,
[data-tips].right-tip:before {
    -webkit-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    top: -9999px;
    left: 96%;
    margin-left: 12px;
}
[data-tips].right-tip:before {
    border-color: transparent rgba(0, 0, 0, 0.3) transparent transparent;
    margin-left: 0;
}
[data-tips].right-tip:hover:after,
[data-tips].right-tip:hover:before {
    left: 100%;
    top: -26px;
}
[data-tips].right-tip:hover:before {
    top: 6px;
}
.aui_loading{
    height: 70px;
}
/* 倒计时 */
figure, figcaption {
	display: block;
}

.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
	font-family: Tahoma, Verdana, Aial, sans-serif;
	font-size: 28px;
	line-height: 108%;
	font-weight: bold;
	height: 32px;
}

.timeTo span {
	vertical-align: top;
}

.timeTo.timeTo-white div {
	color: black;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 38%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-black div {
	color: white;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.timeTo.timeTo-black .timeTo-alert {
    background: #a74444; /* Old browsers */
    background: -moz-linear-gradient(top, #a74444 0%, #3f0000 67%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a74444), color-stop(67%,#3f0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a74444 0%,#3f0000 67%); /* IE10+ */
    background: linear-gradient(to bottom, #a74444 0%,#3f0000 67%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a74444', endColorstr='#3f0000',GradientType=0 ); /* IE6-9 */
}

.timeTo.timeTo-white .timeTo-alert {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #e17373 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffffff), color-stop(100%,#e17373)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 35%,#e17373 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 35%,#e17373 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e17373',GradientType=0 ); /* IE6-9 */
}

.timeTo figure {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.timeTo figcaption {
	text-align: center;
	/*font-size: 12px;*/
	line-height: 80%;
	font-weight: normal;
	color: #f99c11;
}

.timeTo div {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 30px;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	overflow: hidden;
}
.timeTo div.first {
    border-left: 1px solid silver;
    border-radius: 4px 0 0 4px;
}
.timeTo figure>div:nth-child(2){
    border-radius: 0 4px 4px 0;
}
.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
    left: 3px;
    width: 100%;
    margin-left: -3px;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 24px;
    text-align: center;
}

/* 第1屏 */
#wrap{
    position:relative;
    width:100%;
    min-width:1280px;
    height:100%;
    overflow:hidden;
}
.main-body{
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    min-width: 1280px;
    height:100%;
    background: rgba(45,47,74,0.75);
    /* background: rgba(47,48,64,0.85); */
    /* z-index: 2; */
    /* overflow: hidden; */
}

/* 头部广告 */
.head_advertisement{
    width: 100%;
    min-width: 1280px;
    padding-bottom: 2px;
    position: relative;
    /* top: 0;
    left: 0; */
    /* z-index: 9; */
    background-color: #ffffff;
}
.head_advertisement p a{
    display: inline-block;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.head_advertisement p a.left{
    left: 0;
}
.head_advertisement p a.right{
    right: 0;
}
@keyframes btn {
    0%{transform:scale(0);opacity: 1;}
    100%{transform:scale(1);opacity: 0;}
}
#iframe-wrap{
    min-width: 1280px;
}

.weekly .apply::after{
    width: 100%;
    height: 100%;
}
.head_advertisement p a.right::after{
    right: 21%;
}
.head_advertisement p a.left::after{
    right: 5%;
}
/* 内容 */
.main_content{
    border-bottom: 1px solid #62636d;
    background-color: rgba(80,80,100,.5);
}
.main_content .link .logo{
    width: 136px;
}
.main_content .link .whycucas{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.main_content .link .whycucas>li,
.main_content .link .other_s>li.news{
    display: inline-block;
    margin-left: 30px;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    line-height: 38px;
    z-index: 10;
}
.main_content .link .whycucas>li:first-child{
    margin-left: 0;
}
.main_content .link .other_s>li.news i{
    font-size: 20px;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    vertical-align: bottom;
}
.main_content .link .whycucas>li>a{
    color: #ffffff;
    font-size: 16px;
    transition: all .3s linear;
}
.main_content .link .whycucas>li>a:hover{
    color: #ff9a00;
}
.whycucas .res{
    width: 170px;
    position: absolute;
    left: -40px;
    top: 46px;
    border-radius: 4px;
    padding-top: 12px;
    display: none;
    overflow: initial!important;
}
.whycucas .res .res_san{
    width: 20px;
    height: 12px;
    background: url(../images/ico.png) no-repeat -341px -2px; 
    position: absolute;
    top: 2px;
    left: calc(50% - 8px);
}
.whycucas .reason{
    background-color: #ffffff;
    padding: 16px 20px;
    border-radius: 3px;
}
.whycucas .reason li{
    line-height: 36px;
    border-bottom: 1px dashed #cccccc;
}
.whycucas .reason li:last-child{
    border-bottom: none;
}
.whycucas .reason li a{
    color: #333333;
    font-size: 14px;
}
.whycucas .reason li a:hover{
    color: #ff9a00;
}
.main_content .link .other_s>li.sign_in,
.main_content .link .other_s>li.sign_s,
.so_head .sign_up a{
    display: inline-block;
    margin-left: 8px;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    padding: 4px 16px;
    background-color: #f99c11;
    margin-right: 0;
    border-radius: 2px;
    color: #fff;
    border: 1px solid #f99c11;
    transition:  all .2s linear;
}
.main_content .link .other_s>li.sign_s:hover,
.main_content .link .other_s>li.sign_in:hover,
.so_head .sign_up a:hover{
    background-color: #ffffff;
    border: 1px solid #f99c11;
    color: #f99c11;
}
.main_content .link .other_s>li.sign_s{
    width: 70px;
    text-align: center;
}
.main_content .link .other_s>li.sign_in .iconfont{
    padding: 14px;
}
.main_content .link .whycucas>li>a:after{
    position: absolute;
    margin-top: 30px;
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #ff9a00;
    left: 50%;
    top: 29px;
    -webkit-transform: translate(-50%,0) translateZ(0);
    -moz-transform: translate(-50%,0) translateZ(0);
    transform: translate(-50%,0) translateZ(0);
    -webkit-transition: width .15s cubic-bezier(.27,.62,.43,1.01);
    -moz-transition: width .15s cubic-bezier(.27,.62,.43,1.01);
    transition: width .15s cubic-bezier(.27,.62,.43,1.01);
}
.main_content .link .whycucas>li:hover>a:after{
    width:100%;
}
.main_content .link{
    position: relative;
    padding: 20px 0;
}
.main_content .link .whycucas>li.option{
    position: static;
}
.main_content .link .whycucas>li.option i{
    display: block;
    transform: rotate(0);
    transition: transform .2s linear;
}
.main_content .link .whycucas>li.option:hover>i{
    transform: rotate(90deg);
}
/* Destinations */
.destinations{
    position: absolute;
    min-width: 1280px;
    width: 99vw;
    /* height: 390px; */
    left: 50%;
    transform: translateX(-50%);
    top: 47px;
    z-index: 12;
    padding-top: 12px;
    display: none;
}
.des_san{
    width: 20px;
    height: 11px;
    position: absolute;
    top: 1px;
    right: calc(50% - 260px);
    background: url(../images/ico.png) no-repeat -341px -2px;
    z-index: 1;
}
.destinations ul,
.destinations h6{
    /* width: calc(20% - 40px); */
    float: left;
    margin-right: calc((100% - 930px) / 8);
    padding-right: calc((100% - 910px) / 8);
    position: relative;
}
.destinations ul{
    height: 224px;
    margin-top: 30px;
    border-right: 1px dashed #cccccc;
}
.destinations .des_top{
    padding-top: 36px;
    border-bottom: 1px dashed #cccccc;
    background-color: #ffffff;
}
.destinations .des_bottom{
    background-color: #ffffff;
    padding-bottom: 70px;
}
.destinations h6{
    font-size: 16px;
    color: #ff9a00;
    margin-bottom: 8px;
    font-weight: bold;
    box-sizing: content-box;
    cursor: text;
}
.destinations h6:first-child{
    width: 127px;
}
.destinations h6:nth-child(2){
    width: 240px;
}
.destinations h6:nth-child(3){
    width: 183px;
}
.destinations h6:nth-child(4){
    width: 202px;
}
.destinations h6:nth-child(5){
    width: 155px;
}
.destinations ul:last-child,
.destinations h6:nth-child(5){
    padding-right: 0px;
    border-right: none;
    margin-right: 0;
}
.destinations ul>li{
    margin-bottom: 14px;
    line-height: 0;
}
.destinations ul>li>a{
    display: inline;
    font-size: 14px;
    color: #666666;
    max-width: 250px;
    line-height: 20px;
    border-bottom: 1px solid #ffffff;
}
.destinations ul>li>a.yellow{
    color: #666666;
}
.destinations ul>li>a:hover{
    color: #ff9a00;
    /* text-decoration: underline; */
    border-bottom: 1px solid #ff9a00;
}
.destinations ul>.more{
    position: absolute;
    left: 0;
    bottom: -50px;
    font-size: 14px;
    color: #999999;
}
.destinations ul>.more:hover{
    color: #ff9a00;
}
/* 消息 */
div.dope{
    width: 420px;
    text-align: left;
    position: absolute;
    right: -30px;
    top: 47px;
    left: auto;
    z-index: 16;
    margin: 0;
    background-color: rgba(255,255,255,0);
    border: none;
    box-shadow: none;
    display: none;
    padding-top: 11px;
}
div.dope span.bg,
.sign_s span.bg{
    display: inline-block;
    width: 20px;
    height: 11px;
    background: url(../images/ico.png) no-repeat -341px -2px;
    position: absolute;
    right: 26px;
    top: 1px;
}
div.dope span.bg{
    z-index: 9;
}
.so_head .log_in{
    border: 1px solid #ff9a00;
    padding-top: 0;
}
.so_head .sign_s span.bg{
    width: 34px;
    top: -11px;
    background-position: -105px -46px;
}
div.dope .con{
    background-color: #ffffff;
    position: relative;
    border-radius: 4px;
    /* padding: 0 10px; */
    padding-bottom: 30px;
    box-shadow: 0 0 4px #cccccc;
    /* border: 1px solid #ff9a00; */
}
div.dope .close{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ff9a00;
    opacity: 0.8;
    z-index: 9;
    font-size: 30px;
}
div.dope p{
    font-size: 14px;
    line-height: 24px;
    padding: 16px 30px 20px 30px;
    text-align: justify;
    color: #666666;
    font-family: 'Tahoma';
}
div.dope p.next{
    text-align: right;
    padding: 0;
}
div.dope p .iconfont{
    font-size: 20px;
    color: #ff9a00;
    cursor: pointer;
}
div.dope .more{
    font-size: 14px;
    padding-left: 30px;
    position: absolute;
    left: 0px;
    bottom: 10px;
}
div.dope h4{
    font-size: 18px;
    line-height: 24px;
    padding: 30px 30px 16px 30px;
    border-bottom: 1px  dashed #cccccc;
    color: #333333;
}
div.dope>.f_r{
    position: absolute;
    right: 30px;
    bottom: 0;
}
/* studyChina */
.studyChina{
    width: 1280px;
    height: 350px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    z-index: 9;
}
.studyChina h1{
    font-size: 90px;
    color: #ffffff;
    font-family: 'Segoe UI','Candara','Arial';
    text-align: center;
    margin-bottom: 24px;
}
.studyChina .zust_link{
    text-align: center;
}
.studyChina .zust_link a{
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    margin-bottom: 12px;
}
.studyChina .zust_link a:hover{
    text-decoration: underline;
}
.study_active{
    text-align: center;
    margin-top: 40px;
}
.study_active li{
    display: inline-block;
    color: #ffffff;
    width: 176px;
    height: 60px;
    font-size: 14px;
    border: 1px solid #a3702b;
    border-radius: 2px;
    background: url(../images/ico.png) no-repeat -5px -265px;
    position: relative;
    vertical-align: bottom;
    margin-right: 20px;
    cursor: pointer;
}
.study_active li:hover{
    background-position: -6px -328px;
}
.study_active li:last-child{
    margin-right: 0;
}
.study_active li .act_code{
    position: absolute;
    top: 0;
    left: 1px;
}
.study_active li .act_tit{
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.studySearch{
    width: 1000px;
    position: relative;
    margin: 0 auto;
    margin-top: -90px;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 24px;
    box-shadow: 0 5px 5px #cccccc;
    z-index: 2;
}
.studySearch .x2{
    width: 838px;
    position: relative;
    margin: 0 auto;
}
.input-group .form-control{
    height: 50px;
    width: 100%;
    padding-right: 80px;
    padding-left: 30px;
    border: 2px solid #f99c11;
    border-radius: 4px;
    font-size: 16px;
}
.input-group .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}

.input-group .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}

.input-group .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.input-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
.input-group .btn.btn-default {
    height: 50px;
    width: 70px;
    text-align: center;
    line-height: 50px;
    background-color: #ff9a00;
    border: none;
    border-radius: 0 4px 4px 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.input-group .iconfangdajing {
    font-size: 30px;
    color: #ffffff;
}
.studySearch .hot_topic{
    text-align: center;
    margin-top: 16px;
}
.studySearch .hot_topic li{
    display: inline-block;
    background-color: #f2f2f2;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 12px;
}
.studySearch .hot_topic li a{
    color: #999999;
    padding: 5px 10px;
}
.studySearch .hot_topic li a:hover{
    color: #f99c11;
}
/* 首屏下拉 */
.other_school{
    position: relative;
    text-align: center;
}
.other_school>p{
    text-align: center;
    color: #fff;
    margin: 20px 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition: transform .2s linear;
}
.other_school>p span.icon{
    cursor: pointer;
    display: inline-block;
    /* transition: all .2s linear; */
}
.uni_updates{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 38px;
    left: 138px;
    /* transform: translateX(-50%); */
    padding-top: 12px;
    /* z-index: 9; */
}
.uni_updates .nui_san{
    width: 20px;
    height: 12px;
    background: url(../images/ico.png) no-repeat -342px  -24px;
    position: absolute;
    top: 0;
    left: calc(50% - 7px);
}
.uni_updates .tit{
    padding: 18px 60px;
    border-bottom: 1px dashed #cccccc;
    background-color: rgba(45,47,74,.9);
}
.uni_updates .tit li,
.uni_updates .con li a{
    font-size: 16px;
    color: #ffffff;
    display: block;
    line-height: 36px;
}
.uni_updates .tit li.act{
    color: #ff9a00;
}
.uni_updates .con{
    background-color: rgba(45,47,74,.9);
}
.uni_updates .con.act{
    display: block;
}
.uni_updates .con li a:hover{
    color: #ff9a00;
}
.uni_updates .tit li{
    float: left;
    cursor: pointer;
    /* width: 220px; */
    border-right: 1px solid #fff;
    line-height: 16px;
    padding: 0 38px;
    /* text-align: center; */
}
.uni_updates .tit li:first-child{
    padding-left: 0;
}
.uni_updates .tit li:last-child{
    border: none;
    padding-right: 0;
}
.uni_updates .tit li>span{
    margin: 0 10px;
    color: #ffffff;
    float: right;
}
.uni_updates .con{
    text-align: left;
    display: none;
    height: 210px;
    padding: 16px 60px;
}
.uni_updates .con li .time{
    float: right;
}
/* 滚动条 */
.mCSB_scrollTools .mCSB_draggerRail{
    width: 10px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #7e809a;
}
h2 {
    font-size: 36px;
    text-align: center;
    padding: 80px 0 60px;
}
h2.white{
    color: #ffffff;
}
/* WEEKLY PROGRAMS */
.weekly {
    min-width: 1280px;
    /* margin-top: -110px; */
    background: linear-gradient(to bottom, #fff, #f4f4f9);
    padding-bottom: 130px;
}
.weekly .iconwenhao{
    font-size: 18px;
    color: #ff9a00;
    /* margin-left: 14px; */
    position: relative;
    vertical-align: 6px;
}
.weekly .swiper-container{
    width: 1220px;
    margin: 0 auto;
    height: 493px;
    box-shadow: 0 0 10px #ccc;
    padding-bottom: 30px;
    z-index: unset;
}
.weekly .swiper_bg{
    height: 420px;
    width: 100%;
    position: absolute;
    bottom: -30px;
    /* left: 50%;
    transform: translateX(-50%); */
    background-color: #d7d7da;
    border-radius: 0 0 4px 4px; 
}
.weekly .swiper-slide{
    background-color: #ffffff;
    border-radius: 5px;
}
.weekly .slide_left{
    position: relative;
    overflow: hidden;
}
.weekly .slide_image{
    width: 530px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}
.weekly .slide_image img{
    width: auto;
    height: 463px;
}
.weekly .slide_left .weekly_time{
    width: 100%;
    height: 80px;
    padding: 14px 20px 10px 14px;
    background: url(../images/ico.png) no-repeat -20px -558px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.weekly_time .seats{
    width: 90px;
    float: left;
    height: 100%;
    color: #ffffff;
    font-family: 'Tahoma';
}
.weekly_time .seats>span{
    display: block;
}
.weekly_time .seats>span.time_big{
    font-size: 21px;
}
.weekly_time .seats>span.time_big span{
    font-size: 30px;
}
.weekly_time .seats>span.time_small{
    font-size: 12px;
}
.weekly_time .expired{
    width: 400px;
    float: left;
    position: relative;
    padding-left: 132px;
    padding-top: 4px;
    margin-left: 6px;
}
.weekly_time .expired>span{
    font-size: 26px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: p;
}
.weekly .slide_right{
    padding: 40px;
    width: 690px;
}
.weekly .slide_right .title{
    border-bottom: 1px solid #f99c11;
    padding-bottom: 20px;
}
.weekly .slide_right h4,
.weekly .slide_right h5{
    font-size: 24px;
    font-family: 'Tahoma';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.weekly .slide_right h5{
    font-size: 18px;
    color: #666666;
    margin-top: 10px;
}
.weekly .slide_right h5 a{
    font-size: 14px;
    float: right;
    padding: 4px 8px;
    background-color: #ffffff;
    transition: all .2s linear;
}
.weekly .slide_right h5 a:hover{
    background-color: #f99c11;
    color: #ffffff;
}
.slide_right .teaching{
    padding: 30px 0;
}
.slide_right .teaching li{
    float: left;
    position: relative;
    padding-left: 22px;
}
.slide_right .teaching li:nth-child(2){
    margin: 0 30px;
}
.slide_right .teaching li:last-child{
    margin-top: 4px;
}
.slide_right .teaching li span,
.slide_right .highlights li span,
.gallery-top .info span{
    display: block;
    font-family: 'Tahoma';
    font-size: 16px;
    line-height: 26px;
}
.slide_right .teaching li span.bold,
.slide_right .highlights li span.bold,
.gallery-top .info span.bold{
    font-weight: bold;
}
.slide_right .teaching li span.gray,
.slide_right .highlights li span.gray,
.gallery-top .info span.gray{
    color: #666666;
}
.slide_right .teaching li .iconfont{
    position: absolute;
    left: 0;
    top: 2px;
    color: #f99c11;
    font-size: 20px;
}
.slide_right .highlights{
    padding: 14px 20px;
    border: 1px dashed #cccccc;
    line-height: 22px;
}
.weekly .apply{
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Tahoma';
    background-color: #ff9a00;
    border: 1px solid #ff9a00;
    border-radius: 4px;
    margin-top: 20px;
    position: relative;
    transition: background-color .2s linear;
}
.weekly .apply:hover{
    opacity: .8;
}
.weekly .apply.noapply{
    background-color: #cccccc;
    border-color: #cccccc;
}
.weekly .apply.noapply:hover{
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
}
.weekly .swiper-pagination-bullet-active {
    width: 42px;
    background-color: #ff9a00;
    border-radius: 8px;
    opacity: 1;
}
/* HIGHLIGHTS */
.higlights li{
    float: left;
    width: calc((100% / 3) - 26px);
    min-width: 400px;
    height: 510px;
    padding: 10px 10px 40px 10px;
    border: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 38px;
    border-radius: 4px;
    overflow: hidden;
}
.higlights li:hover{
    border-color: #ffffff;
    box-shadow: 0 0 10px  #999999;
}
.higlights li:nth-child(2),
.higlights li:nth-child(5),
.higlights li:nth-child(8){
    margin-left: 38px;
    margin-right: 38px ;
}
.higlights li p.img a{
    width: 100%;
}
.higlights li h4{
    margin-top: 30px;
    margin-bottom: 30px;
}
.higlights li h4 a{
    color: #333333;
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
    font-family: 'Tahoma';
}
.higlights li p.txt{
    font-size: 14px;
    font-family: 'Tahoma';
    color: #666666;
    line-height: 26px;
}
.higlights li a.hig_more{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    display: block;
    width: 74px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #f99c11;
    font-family: 'Tahoma';
    background-color: #fff;
    transition: all .2s linear;
}
.higlights li a.hig_more:hover{
    background-color: #f99c11;
    color: #ffffff;
}
/* OUTSTANDING PROGRAMS */
.outstanding{
    min-width: 1280px;
    background: url(../images/OUTSTANDING.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 114px;
}
.outstanding .w_1200>.clearfix{
    height: 436px;
    overflow: hidden;
    position: relative;
}
.outstanding .out_stand,
.outstanding .out_body{
    float: left;
    width: 100%;
    transition: all .2s linear;
}
.outstanding .out_stand {
    position: absolute;
}
.outstanding .out_stand .swiper-slide{
    box-shadow: 0 0 20px #666666;
}
.outstanding .wrap_img{
    cursor: pointer;
    height: 100%;
}
.outstanding .wrap_img img{
    height: 100%;
    width: auto;
}
.outstanding .wrap_txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    padding: 20px;
    background-color: rgba(255,255,255,.8)
}
.outstanding .wrap_txt h5{
    font: bold 20px  "Tahoma";
    color: #f29810;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.outstanding .wrap_txt h6{
    font-size: 18px;
    line-height: 24px;
    font-family: 'Tahoma';
    color: #666666;
}
.outstanding .swiper-container{
    height: 436px;
}
.outstanding .swiper-button-prev.swiper-button-white{
    width: 50px;
    height: 50px;
    background: url(../images/ico.png) no-repeat -220px -2px;
    pointer-events: auto;
}
.outstanding .swiper-button-next.swiper-button-white{
    width: 50px;
    height: 50px;
    background: url(../images/ico.png) no-repeat -281px -2px;
    pointer-events: auto;
}
.outstanding .out_body{
    background-color: #ffffff;
    /* display: none; */
    /* width: 0; */
    overflow: hidden;
    /* height: 0; */
    position: absolute;
    left: 100%;
    z-index: 10;
    transition: left .5s linear;
}
.outstanding .gallery-thumbs{
    /* height: 100%; */
    width: 160px;
    float: left;
    padding: 8px;
}
.outstanding .gallery-thumbs .swiper-slide{
    overflow: hidden;
}
.outstanding .con_img,
.outstanding .con_txt{
    height: 100%;
}
.outstanding .con_txt{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
    transition: all .3s linear;
}

.outstanding .swiper-slide-thumb-active .con_txt{
    background-color: #f99c11;
}
.outstanding .con_txt:hover {
    /* background-color: rgba(0,0,0,.9); */
}
.outstanding .con_txt h5{
    font-size: 12px;
    font-family: 'Tahoma';
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    padding: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.outstanding .gallery-top{
    float: left;
    width: calc(100% - 160px);
}
.outstanding .gallery-top .swiper-slide{
    overflow: hidden;
}
.outstanding .big_img{
    width: calc(100% - 760px);
    height: 100%;
    float: left;
    position: relative;
    left: 0px;
    /* opacity: 0; */
    animation: mymove 1s both;
    -moz-animation: mymove 1s both;
    -webkit-animation: mymove 1s both;
    -o-animation: mymove 1s both;
    overflow: hidden;
}
.outstanding .big_img img{
    /* height: 100%; */
    /* width: unset; */
}
.outstanding .big_txt{
    width: 760px;
    height: 100%;
    float: left;
    padding: 46px;
    position: relative;
    right: 0px;
    /* opacity: 0; */
    animation: remove 1.5s both;
    -moz-animation: remove 1.5s both;
    -webkit-animation: remove 1.5s both;
    -o-animation: remove 1.5s both;
}
.outstanding .big_txt h4{
    font-size: 30px;
    font-family: 'Tahoma';
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.outstanding .big_txt h6{
    font-size: 18px;
    font-family: 'Tahoma';
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gallery-top .info{
    margin-top: 40px;
}
.gallery-top .info_left{
    float: left;
    width: 230px;
}
.gallery-top .info_left p{
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.gallery-top .info_bg_l{
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/ico.png) no-repeat -34px -42px;
}
.gallery-top .info_right{
    float: left;
    width: calc(100% - 230px);
    padding-left: 12px;
}
.gallery-top .info_right span.bold{
    margin-bottom: 20px;
    margin-left: -12px;
}
.gallery-top .info_bg_r{
    font-style: normal;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/ico.png) no-repeat -66px -44px;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    position: absolute;
    left: -12px;
    top: 0;
    vertical-align: top;
}
.gallery-top .reason{
    font-size: 14px;
    padding-bottom: 16px;
    border-left: 1px dashed #ff9a1f;
    position: relative;
    padding-left: 20px;
    font-family: 'Tahoma';
}
.gallery-top .reason:last-child{
    border-left: none;
}
.gallery-top .learn_more{
    padding: 8px 10px;
    background-color: #f99c11;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    right: 40px;
    bottom: 30px;
    border: 1px solid #f99c11;
    transition: all .2s linear;
}
.gallery-top .learn_more:hover{
    background-color: #ffffff;
    color: #f99c11;
    border:1px solid #f99c11;
}
/* FEATURED CONTENT */
.featured{
    margin-bottom: 80px;
}
.featured .nav-tabs{
    margin-bottom: 30px;
}
.featured .nav-tabs li{
    float: left;
    width: calc((100% - 6px) / 4 );
    background-color: #f4f3f6;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    cursor: pointer;
    margin-right: 2px;
    font-family: 'Tahoma';
}
.featured .nav-tabs li.active{
    background-color: #f99c11;
    color: #ffffff;
}
.featured .nav-tabs li:last-child{
    margin-right: 0;
}
.tab-content .tab-pane{
    display: none;
}
.tab-content .tab-pane.active{
    display: block;
}
/* latest topics */
.tab-content .latest_left{
    width: 580px;
    margin-right: 30px;
    float: left;
    height: 480px;
    overflow: hidden;
}
.tab-content .latest_left>a{
    width: 100%;
}
.tab-content .latest_right{
    float: left;
    width: calc(100% - 610px);
}
.tab-content .latest_right li{
    margin-bottom: 20px;
}
.tab-content .latest_right li:last-child{
    margin-bottom: 0;
}
.tab-content .latest_right a{
    display: block;
    overflow: hidden;
    padding: 8px 40px 8px 8px;
    background-color: #efeef5;
}
.tab-content .latest_right a:hover{
    background-color: #faead3;
}
.tab-content .latest_right .small_img{
    width: 108px;
    height: 90px;
    display: block;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}
.tab-content .latest_right .small_img img{
    height: 100%;
    width: auto;
}
.tab-content .latest_right .no_img{
    background: url(../images/ico.png) no-repeat -8px -398px;
}
.tab-content .latest_right .right_txt{
    display: block;
    float: left;
    width: calc(100% - 128px);
    line-height: 28px;
}
.tab-content .latest_right .right_txt span{
    display: block;
}
.tab-content .latest_right .right_txt .title{
    font-family: 'Tahoma';
    color: #333333;
}
.tab-content .latest_right .right_txt .time{
    font-family: 'Tahoma';
    font-size: 14px;
}
.tab-content .latest_right .right_txt .con{
    font-family: 'Tahoma';
    color: #666666;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-content .tab_more{
    text-align: right;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.tab-content .tab_more a:hover,
.live .live_more a:hover{
    color: #e18400;
    font-weight: bold;
    text-decoration: underline;
}
/* questions */
/* Q&As */
.questions>ul>li,
.trendy>ul>li{
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
    width: calc(50% - 20px);
}
.trendy>ul>li{
    margin-bottom: 28px;
}
.questions>ul>li:nth-last-of-type(1),
.questions>ul>li:nth-last-of-type(2),
.trendy>ul>li:nth-last-of-type(1),
.trendy>ul>li:nth-last-of-type(2){
    margin-bottom: 0;
}
.questions>ul>li:hover{
    background-color: #fdf8f1;
}
.questions>ul>li>a,
.trendy>ul>li>a{
    width: 100%;
    padding: 8px 30px 6px 16px;
}
.trendy>ul>li>a{
    padding-left: 0;
    border-bottom: 1px solid #ffffff;
}
.trendy>ul>li>a:hover,
.mo_more>ul>li>a:hover{
    border-bottom: 1px solid #ff9a00;
}
.questions>ul>li>a{
    border-left: 4px solid #ff9a00;
    position: relative;
    height: 91px;
}
.questions>ul>li>a>p{
    width: calc(100% - 70px);
}
.questions .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.questions .time,
.questions .other{
    position: absolute;
    right: 30px;
    font-size: 14px;
}
.questions .time{
    color: #ff9a00;
    top: 8px;
    font-weight: normal;
}
.questions .other{
    color: #666666;
    bottom: 24px;
}
.questions .txt{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
/* trendy */
.trendy>ul>li i{
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url(../images/ico.png) no-repeat -2px -46px;
}
.trendy>ul>li a{
    font-size: 18px;
    color: #333333;
    padding-bottom: 16px;
}
.trendy a .appantst,
.mo_more a .appantst{
    color: #666666;
    font-size: 14px;
    float: right;
}
/* more */
.mo_more>ul.line_1{
    width: 280px;
}
.mo_more>ul.line_2{
    width: 480px;
    margin-left: calc((100% - 1180px) / 2);
    margin-right: calc((100% - 1180px) / 2);
}
.mo_more>ul.line_3{
    width: 400px;
}
.mo_more>ul{
    float: left;
}
.mo_more>ul>h6{
    font-size: 24px;
    color: #ff9a00;
    margin-bottom: 28px;
}
.mo_more>ul>h6.h6_top{
    margin-top: 32px;
}
.mo_more>ul>li{
    width: 100%;
    margin-bottom: 7px;
}
.mo_more>ul.line_1>li,
.mo_more>ul.line_3>li{
    margin-bottom: 14px;
}
.mo_more>ul>li a{
    padding: 2px 2px 9px 2px;
    display: block;
    color: #333333;
    border-bottom: 1px solid #ffffff;
}
/* CUCAS LIVE */
.live{
    min-width: 1280px;
    background-color: #2f3040;
    margin-top: 50px;
    padding-bottom: 50px;
}
.live_con{
    height: 530px;
    position: relative;
}
.live_con .content_bg{
    width: calc(100% - 710px);
    height: 248px;
    background-color: #47485e;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.live .big_left{
    float: left;
    width: calc(100% - 754px);
    height: 510px;
    position: relative;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}
.live .big_left>img{
    /* height: 100%;
    width: unset; */
}
.live .small_right{
    float: left;
    width: 690px;
    height: 100%;
    padding: 24px;
    margin-left: 20px;
    background-color: #47485e;
}
.live .big_left .content,
.live .small_right .content,
.weekly .slide_left .content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.live .big_left .content{
    padding-top: 10px;
}
.live .big_left .content:hover,
.live .small_right_1 .content:hover{
    background-color:rgba(0,0,0,.5);
}
.live .big_left .content:hover .play_big,
.weekly .slide_left .content:hover .play_big,
.reviews_con .rev_left:hover .play_big{
    background-position: -73px -500px;
    cursor: pointer;
}
.live .small_right_1 .content:hover .play,
.outstanding .wrap_img:hover .play,
.outstanding .big_img:hover .play{
    background-position: -136px -217px;
}
.live .small_right .content h5{
    color: #ff9a00;
    background-color: rgba(0,0,0,0.5);
    line-height: 22px;
    font-family: 'Tahoma';
}
.live .big_left .content h5{
    font-size: 22px;
    padding: 20px 20px 20px 36px;
    color: #ff9a00;
    line-height: 26px;
    background-color: rgba(47,48,64,0.9);
    font-family: 'Tahoma';
}
.live .big_left .content h5 span{
    font-size: 18px;
    color: #fff;
    display: block;
    font-family: 'Tahoma';
}
.live .small_right .content:hover h5{
    display: none;
}
.live .big_left .content p{
    color: #ffffff;
}
.live .content p.choose{
    width: 100%;
    font-style: italic;
    font-size: 22px;
    font-family: 'Helvetica';
    line-height: 30px;
    padding: 30px 30px 20px 30px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,5));
}
.live .big_left .content .small{
    font-style: unset;
    font-size: 18px;
    font-family: 'Helvetica';
    display: block;
}
.live .live_more{
    text-align: right;
    margin-bottom: 10px;
}
.live .live_more a{
    color: #ffffff;
    font-size: 14px;
}
.live .small_right_1{
    float: left;
    width: 316px;
    height: 224px;
    position: relative;
    overflow: hidden;
}
.live .small_right_1:nth-child(3n),
.live .small_right_1:nth-child(5n){
    margin-left: 10px;
}
.live .small_right_1:nth-child(4n),
.live .small_right_1:nth-child(5n){
    margin-top: 10px;
}
.live .small_right_1>img{
    height: 100%;
    width: auto;
}
.live .small_right h5{
    width: 100%;
    padding: 16px;
    font-size: 16px;
    position: absolute;
    bottom: 6px;
}
.play,
.play_big{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../images/ico.png);
}
.play_big{
    width: 70px;
    height: 42px;
    background-position: 2px -500px;
}
.play{
    width: 54px;
    height: 34px;
    background-position: -60px -217px;
}
/* REVIEWS OF CUCAS */
.reviews{
    width: 1280px;
    overflow: hidden;
}
.reviews_con .rev_left{
    width: calc(40% - 60px);
    position: relative;
    float: left;
}
.reviews_con .rev_left>img{
    height: 392px;
}
.reviews_con .rev_left .play_big{
    top: 40%;
}
.reviews_con .rev_right{
    float: left;
    width: calc(60% - 60px);
    margin-left: 60px;
    position: relative;
    z-index: 9;
}
.reviews_con .rev_right>img{
    height: 376px;
}
.reviews_con .rev_right ul{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.reviews_con .rev_right li{
    width: 70px;
    height: 70px;
    position: absolute;
    cursor: pointer;
    color: rgba(0,0,0,0);
}
.reviews_con .rev_right li:hover .map_body{
    width: 558px;
    height: auto;
    /* display: block; */
}
.reviews_con .rev_right li.left:hover .map_body{
    padding-left: 20px;
}
.reviews_con .rev_right li.right:hover .map_body{
    /* padding-right: 20px; */
    left: -552px;
}
.reviews_con .rev_right li:hover .map_san{
    width: 18px;
    height: 28px;
}
.reviews_con .rev_right li:nth-child(1){
    left: 210px;
    top: 36px;
}
.reviews_con .rev_right li:nth-child(2){
    left: 150px;
    top: 80px;
}
.reviews_con .rev_right li:nth-child(3){
    left: 150px;
    top: 144px;
}
.reviews_con .rev_right li:nth-child(4){
    left: 93px;
    top: 180px;
}
.reviews_con .rev_right li:nth-child(5){
    left: 220px;
    top: 175px;
}
.reviews_con .rev_right li:nth-child(6){
    left: 440px;
    top: 91px;
}
.reviews_con .rev_right li:nth-child(7){
    left: 486px;
    top: 122px;
}
.reviews_con .rev_right li:nth-child(8){
    left: 547px;
    top: 140px;
}
.reviews_con .rev_right li:nth-child(9){
    left: 550px;
    top: 216px;
}
.reviews_con .rev_right .map_body{
    /* display: none; */
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: -26px;
    left: 55px;
    transition: all .3s linear;
}
.reviews_con .rev_right li.left .map_body{
    left: 55px;
    /* padding-left: 20px; */
}
.reviews_con .rev_right li.right .map_body{
    /* left: -552px; */
    /* right: 55px; */
    padding-right: 20px;
    transition: all .4s linear;
} 
.reviews_con .rev_right .map_body.active{
    display: block;
}
.map_body .map_san{
    width: 0;
    height: 0;
    /* width: 18px;
    height: 28px; */
    background: url(../images/ico.png) no-repeat -146px -39px;
    position: absolute;
    left: 8px;
    top: 46px;
    /* overflow: hidden; */
    /* transition: all .1s linear; */
}
.rev_right li.right .map_san{
    background-position: -166px -39px;
    left: auto;
    right: 7px;
}
.map_body .map_con{
    width: 538px;
    /* width: 0; */
    /* height: 0; */
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ff9a00;
    padding: 26px 32px;
    /* overflow: hidden;
    transition: all .2s ease; */
}
.reviews_con .rev_right .map_body .txt_top span{
    display: block;
    font-family: 'Tahoma';
    line-height: 24px;
}
.reviews_con .rev_right .map_body .txt_top{
    position: relative;
    height: 100px;
    background-color: #f2f2f1;
    padding: 14px 14px 14px 110px;
    overflow: hidden;
    margin-bottom: 20px;
}
.reviews_con .rev_right .map_body .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100px;
    background-image: url(../images/ico_2.png);
}
.reviews_con .rev_right li:nth-child(1) .img{
    background-position: -4px -63px;
}
.reviews_con .rev_right li:nth-child(2) .img{
    background-position: -107px -63px;
}
.reviews_con .rev_right li:nth-child(3) .img{
    background-position: -212px -63px;
}
.reviews_con .rev_right li:nth-child(4) .img{
    background-position: -322px -63px;
}
.reviews_con .rev_right li:nth-child(5) .img{
    background-position: -428px -63px;
}
.reviews_con .rev_right li:nth-child(6) .img{
    background-position: -531px -63px;
}
.reviews_con .rev_right li:nth-child(7) .img{
    background-position: -4px -177px;
}
.reviews_con .rev_right li:nth-child(8) .img{
    background-position: -108px -177px;
}
.reviews_con .rev_right li:nth-child(9) .img{
    background-position: -212px -177px;
}
.reviews_con .rev_right .map_body .p_name{
    color: #ff9a00;
}
.reviews_con .rev_right .map_body .p_flay{
    font-size: 14px;
}
.reviews_con .rev_right .map_body .p_country{
    width: 40px;
    height: 26px;
    background-image: url(../images/ico_2.png);
}
.reviews_con .rev_right li:nth-child(1) .p_country{
    background-position: -5px -6px;
}
.reviews_con .rev_right li:nth-child(2) .p_country{
    background-position: -61px -6px;
}
.reviews_con .rev_right li:nth-child(3) .p_country{
    background-position: -117px -6px;
}
.reviews_con .rev_right li:nth-child(4) .p_country{
    background-position: -173px -6px;
}
.reviews_con .rev_right li:nth-child(5) .p_country{
    background-position: -229px -6px;
}
.reviews_con .rev_right li:nth-child(6) .p_country,
.reviews_con .rev_right li:nth-child(7) .p_country{
    background-position: -285px -6px;
}
.reviews_con .rev_right li:nth-child(8) .p_country{
    background-position: -341px -6px;
}
.reviews_con .rev_right li:nth-child(9) .p_country{
    background-position: -397px -6px;
}
.reviews_con .rev_right .map_body .txt_bottom{
    font-size: 14px;
    color: 3666666;
    line-height: 20px;
    text-align: justify;
}
 .map_body .txt_bottom .b_big{
    font-size: 40px;
    color: #f99c11;
    vertical-align: bottom;
}
 .map_body .txt_bottom .b_big:last-child{
    vertical-align: -16px;
}
/* MORE IN CHINA  */
.china{
    min-width: 1280px;
}
.china li{
    box-sizing: border-box;
    width: calc((100% - 10px) / 5);
    height: calc((100% - 10px) / 5);
    float: left;
    /* margin-bottom: 1px; */
    margin: 1px;
    overflow: hidden;
    position: relative;
}
.china li>a{
    width: 100%;
    display: inline-block;
    position: relative;
}
.china li .show {
    position: relative;
}
.china li .show>img{
    min-width: 254px;
    min-height: 254px;
}
.china li .show h6,
.china li .text h6{
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Helvetica';
}
.china li .show h6{
    width: 100%;
    min-height: 94px;
    padding: 40px 20px 10px;
    position: absolute;
    bottom: 0px;
    line-height: 22px;
    background: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,.5));
}

.china li .text h6{
    width: 100%;
    /* position: absolute; */
    text-align: center;
    padding: 20px;
    line-height: 26px;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    /* font-weight: bold; */
}
.china li .text a{
    color: #ffffff;
    font-family: 'Helvetica';
}
.china li .text a.a_go{
    width: 36px;
    height: 36px;
    line-height: 33px;
    display: inline-block;
    border: 2px solid #fff;
    background-color: #999999;
}
.china li .text a.a_go:hover{
    background-color: #666666;
}
.china li .text a .iconfont{
    font-size: 24px;
}
.china li .text { 
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 40px 20px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.china li:hover .show h6{
    display: none;
}
.china li:hover .text{
    opacity: 1;
}
/* footer */
.footer{
    min-width: 1280px;
    background-color: #373843;
    padding: 50px 0;
    margin-top: 2px;
}
.footer ul{
    float: left;
    margin-right: 160px;
}
.footer ul h6{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: normal;
}
.footer ul li a{
    font-size: 14px;
    color: #f2f2f2;
    line-height: 26px;
}
.footer ul li a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.footer .share{
    float: left;
    width: 356px;
}
.footer .share h6{
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 30px;
}
.footer .share p{
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    position: relative;
}
.footer .input-group{
    width: 270px;
    height: 34px;
    margin-top: 20px;
    border: none;
    position: relative;
}
#email_user_tips{
    position: absolute;
    top: -20px;
    font-size: 12px;
    width: 320px;
    color: greenyellow;
}
#email_user_tips.red{
    color: red;
}
#email_user_tips.yellow{
    color: #ff9a00;
}
#email_user_tips.green{
    color: greenyellow;
}
.footer .form-control{
    height: 34px;
    width: 190px;
    padding-right: 20px;
    padding-left: 10px;
    border: none;
    border-radius: 4px 0  0 4px;
    font-size: 14px;
}
.footer .btn.btn-default{
    height: 34px;
    line-height: 34px;
    color: #ffffff;
    border: none;
    background-color: #b1b1b3;
    width: unset;
    left: 190px;
    cursor: pointer;
}
.footer .sha{
    margin-top: 20px;
}
.footer .sha>a{
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 6px;
    background-image: url(../images/ico.png);
}
.footer .sha .sha_1{
    background-position: -2px -1px;
}
.footer .sha .sha_2{
    background-position: -44px -1px;
}
.footer .sha .sha_3{
    background-position: -84px -1px;
}
.footer .sha .sha_4{
    background-position: -127px -1px;
    position: relative;
}
.footer .sha .sha_4 .img{
    position: absolute;
    height: 128px;
    width: 128px;
    top: 40px;
    left: -40px;
    background: url(../images/ico.png) no-repeat 0px -70px;
    display: none!important;
}
.footer .sha .sha_4:hover .img{
    display: block!important;
}
.footer .sha .sha_5{
    background-position: -166px -1px;
}
/* copyright */
.copyright{
    min-width: 1280px;
    background-color: #24242f;
    padding: 18px 0 88px 0;
}
.copyright a,
.copyright p{
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 14px;
}
.copyright a{
    margin: 0 30px; 
    padding-bottom: 18px;
}
.copyright a:hover{
    color: #b1b1b3;
}
/* 底部固定 */
.footer_fix{
    height: 70px;
    background-color: #3d3c48;
    min-width: 1280px;
    width: 100%;
    padding: 6px;
    position: fixed;
    bottom: 0;
    z-index: 99;
    box-shadow: 0 0 2px #ccc;
    display: none;
    overflow: initial!important;
}
.footer_fix .mian>li{
    float: left;
    position: relative;
}
.footer_fix .mian>li .plan{
    width: 40px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 5px;
}
.footer_fix  li.right{
    float: right;
}
.footer_fix  li.right li{
    float: left;
    padding: 0 18px;
}
.footer_fix  li.right li:first-child{
    border-right: 1px dashed #ccc;
    line-height: 10px;
    height: 40px;
    margin-top: 10px;
}
.footer_fix .mian>li>p{
    font-size: 16px;
    font-weight: bold;
    color: #ff9a00;
    float: left;
    margin-top: 14px;
}
.footer_fix .mian .help{
    float: left;
    padding-top: 2px;
}
.footer_fix .mian .help li{
    height: 40px;
    width: 90px;
    text-align: center;
    float: left;
    padding: 0px 20px;
    border-right: 1px dashed #cccccc;
    position: relative;
}
.footer_fix .mian .help li:last-child{
    border-right: none;
}
.footer_fix .mian .help li:hover .information{
    display: block;
}

.footer_fix .mian .help li>img{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #ff9a00;
}
.footer_fix .mian .help li>span{
    color: #ffffff;
    font-size: 12px;
}
.footer_fix .mian li .message,
.footer_fix .mian li .get{
    font-size: 14px;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
    font-weight: bold;
    display: block;
}
.footer_fix .mian li .get{
    height: 40px;
    line-height: 30px;
    margin-top: 0;
}
.footer_fix .mian li .message:hover,
.footer_fix .mian li .get:hover,
.footer_fix .mian li .to_top:hover{
    background-color: #6f6e7c;
}
.footer_fix .mian li .message.act{
    background-color: #6f6e7c;
}
.footer_fix .mian li.right  .iconfont{
    font-size: 26px;
    vertical-align: middle;
    margin-right: 8px;
    font-weight: normal;
}
.footer_fix .mian li.to_top{
    width: 52px;
    height: 58px;
    text-align: center;
    line-height: 60px;
    margin-left: 30px;
    border: 1px solid #ffffff;
    margin-top: 1px;
    cursor: pointer;
    padding: 0;
}
.footer_fix .mian li.to_top .iconfont{
    font-size: 30px;
    color: #ffffff;
    margin-right: 0;
}
.wj_btn:hover .wj_text{
    display: block;
}
.wj_text {
    width: 300px;
    height: 150px;
    background: url(../images/ico.png) no-repeat -192px -104px;
    margin-bottom: 3px;
    overflow: hidden;
    display: none;
    position: absolute;
    top: -154px;
    left: 10px;
}
.wj_text p span{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    display: block;
    padding-left: 42px;
    position: relative;
}
.wj_text p span i{
    width: 10px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 6px;
    background: url(../images/ico.png) no-repeat -372px -24px;
}
.information{
    position: absolute;
    top: -180px;
    left: 50%;
    transform: translateX(-50%);
    /* overflow: hidden; */
    z-index: 10;
    display: none;
    padding-bottom: 16px;
}
.information .inf_san{
    width: 20px;
    height: 12px;
    background: url(../images/ico.png) no-repeat -367px -6px;
    position: absolute;
    bottom: 4px;
    left: calc(50% - 8px);
}
.information .inf_bg{
    width: 330px;
    height: 164px;
    padding: 6px 20px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 0 4px #ccc;
}
.information>.inf_bg>p:first-child{
    margin-top: 36px;
}
.information>.inf_bg .infor{
    width: 160px;
}
.information>.inf_bg>p:last-child{
    margin-top: 18px;
}
.information>.inf_bg>p:first-child span{
    color: #ff9a00;
    display: block;
    font-size: 14px;
}
.information p>span {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #333333;
}
.information div.infor>p{
    text-align: left;
    margin: 0 18px;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
}
.information div.infor>p>span{
    font-weight: bold;
    display: block;
}
.information .or_code{
    width: 74px;
    display: block;
}
.information .people{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
/* 在线咨询 */
.leave_m { font-family: Verdana, Geneva, sans-serif; position: absolute;  bottom:65px; z-index: 9999;}
.lm_btn {display: block; overflow: hidden;font-family: Verdana, Geneva, sans-serif;}
.lm_btn i{display: block; width: 36px; height: 30px; background:#0062bd url(../images/email.png) no-repeat center; float: left; border-radius: 5px 0 0 0;}
.lm_btn span{display: block; padding: 0 10px; line-height: 30px; background:#066ecb; color:#fff; float: left; border-radius:0 5px 0 0; font-weight: bold}
.lm_box { width: 290px; display: none}
.lm_box.act{display: block;}
.lm_box form { border:1px solid #ddd; background: #fff;}
.lm_tit {color: #ffffff;background:#226acc; text-align: center; line-height: 30px; border-radius: 5px 5px 0 0; position: relative}
.lm_tit a{float: right;;display:block; width:20px; position: absolute; right:6px; top:0;color: #ffffff;transform: scaleX(2);}
.lm_in {padding: 20px; line-height: 20px;}
.lm_in p{font-size: 14px;}
.lm_in label {font-size: 14px;display:block;color:#666; font-weight: bold;}
.lm_in input,.lm_in textarea {font-size: 14px;margin-top: 10px; margin-bottom: 5px; border:1px solid #ddd; border-radius: 5px; padding: 6px;  width: 100%; display: block}
.lm_in textarea { min-height: 70px;resize: none;}
.l_bottom {padding: 10px 20px; border-top:1px solid #eee;}
.lm_box .type_btn{ width: 100%; padding: 6px 3px; background: #226acc; border:1px solid #3d5994;border-radius:3px; color:#fff;font-weight:bold; cursor: pointer}
.lm_box .type_btn:hover{ background: #325aae;border-color: #325aae;}
.lm_in input.error,.lm_in textarea.error { border-color: #CC0000;}
.error_m {color: #CC0000; font-weight: bold; font-style: italic;font-size: 12px; font-weight: normal;}
.m_box {padding: 6px; border-radius: 5px; background: #eee; margin: 15px 0;}
.m_box dl { overflow: hidden}
.m_box dt { width: 32px; height: 32px; background: #fff; margin-right: 5px;}
.p_l_m {color: #169e41;}

/* 头部固定 */
.so_head{
    background-color: #ffffff;
    height: 70px;
    min-width: 1280px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 0px 5px #666666;
    border-bottom: none;
    display: none;
    overflow: initial!important;
}
.so_head.act{
    overflow: initial!important;
}
.so_head .main_content{
    border-bottom: none;
    background-color: #ffffff;
}
.so_head .main_content .link .whycucas>li>a{
    color: #333333;
}
.so_head .main_content .link .whycucas>li>a:hover{
    color: #ff9a00;
}
.so_head .main_content .link{
    padding: 11px 0;
    position: relative;
}
.so_head .main_content .whycucas{
    width: 550px;
    line-height: 48px;
}
.so_head .main_content .other_s{
    padding: 5px 0;
}
.so_head .main_content .so_search{
    margin-top: 2px;
}
.so_head .main_content .so_search .btnbtn22.btn {
    display: inline-block;
    vertical-align: middle;
}
.so_head .main_content .link .whycucas>li>a:after{
    top: 22px;
}
.so_head .main_content .link .whycucas>.why_1 a::after{
    width: 0;
}
.so_head .whycucas .reason{
    box-shadow: 0 2px 6px #666;
}
.so_head .main_content .link .other_s>li.news{
    color: #999999;
    margin-left: 10px;
    /* padding-right: 12px; */
}
/* .so_head .main_content .link .other_s>li.news i{
    font-size: 20px;
} */
.so_head .main_content .link .other_s>li.sign_in{
    background-color: #ffffff;
    border: 1px solid #f99c11;
    color: #f99c11;
}
.so_head .main_content .link .other_s>li.sign_in:hover{
    color: #ffffff;
    background-color: #f99c11;
}
.other_s>li.news .notice_num{
    color: #ffffff;
    width: 17px;
    height: 17px;
    font-size: 14px;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    display: inline-block;
    background-color: #f99c11;
    position: absolute;
    right: -7px;
    top: 4px;
}
.so_head .sign_up{
    display: inline-block;
}
.so_head .twitter-typeahead{
    width: auto;
}
.so_head .twitter-typeahead input{
    width: 0;
    border-style: solid;
}
/* 个人信息 */
.log_in {
    /* width: 500px; */
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    /* background-color: #ffffff; */
    z-index: 10;
    padding-top:11px;
    /* border: 1px solid #ff9a00; */
}
.theme-popover_2 {
    width: 249px;
    height: 13px;
    margin: -10px -20px auto auto;
    /* background: url(../images/public/tanchukuang.png) no-repeat scroll 172px 0 rgba(0,0,0,0); */
}
.log_in dt {
    float: left;
    background: #fff;
    padding: 20px 20px 0 10px;
    width: 498px;
    border-bottom: 1px solid #e0e0e0;
}
.log_in dt p {
    text-align: left;
    clear: left;
    height: 60px;
    margin-bottom: 20px;
}
p.login_desc {
    color: #1570a6;
    padding: 0 10px;
    overflow: hidden;
}
img.img-3 {
    width: 60px;
    height: 60px;
    max-width: 60px!important;
    vertical-align: middle;
}
.mg_10-r {
    margin-right: 10px;
}
.log_in dt a.log_off {
    padding-left: 20px;
    font-size: 12px;
}
.log_in dd {
    border-bottom: 1px dotted #ddd;
    line-height: 1.1em;
    overflow: hidden;
    float: left;
    width: 249px;
    padding-left: 20px;
    text-align: left;
}

.log_in dd a {
    font-size: 14px;
    color: #555;
    padding: 12px 20px;
    line-height: 1.1em;
    display: inline-block;
    box-sizing: border-box;
}
.log_in dd.biao1 {
    background: #ffffff url(../images/bg22.png) no-repeat 20px 13px;
}
.log_in dd.biao2 {
    margin-right: 0;
    background: #ffffff url(../images/bg22.png) no-repeat 20px -39px;
}
.log_in dd.biao3 {
    background: #ffffff url(../images/bg22.png) no-repeat 20px -89px;
}
.log_in dd.biao4 {
    margin-right: 0;
    background: #ffffff url(../images/bg22.png) no-repeat 20px -137px;
}
.log_in dd.biao5 {
    background: #ffffff url(../images/bg22.png) no-repeat 20px -187px;
}
.log_in dd.biao6 {
    margin-right: 0;
    background: #ffffff url(../images/bg22.png) no-repeat 20px -239px;
}
.log_in dd.biao7 {
    background: #ffffff url(../images/bg22.png) no-repeat 20px -291px;
}
.log_in dd.biao8 {
    margin-right: 0;
    background: #ffffff url(../images/bg22.png) no-repeat 20px -344px;
}
.log_in dd.biao9 {
    background: #ffffff url(../images/bg22.png) no-repeat 20px -395px;
}
.log_in dd.biao10 {
    margin-right: 0;
    background: #ffffff url(../images/bg22.png) no-repeat 20px -443px;
}
.log_in dd:hover{
    background-color: #dddddd;
}
.whycucas .log_in{
    top: 34px;
}
/* 搜索结果下拉 */
.searchchoice {
    position: absolute;
    display: block;
    /* width: 632px; */
    width: 100%;
    max-height: 550px;
    overflow: auto;
    background-color: #fff;
    top: 57px;
    left: 0;
    z-index: 70;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* border: 1px solid #dbdbdb; */
    z-index: 999;
    /* box-shadow: 0 0 3px #999999; */
}
.searchchoice .universitytitle {
    padding: 8px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background: #e6e6e6 url(../images/university.png) no-repeat 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-left: 50px;
}
.universitytitle-3>ul>li {
    background-color: #fff;
    display: block;
    clear: both;
    vertical-align: middle;
    border-bottom: 1px dotted #dbdbdb;
    font-size: 12px;
}
.universitytitle-3>ul>li:hover {
    background-color: #ff9a00;
}
.universitytitle-3>ul>li:hover a{
    color: #ffffff;
}
.universitytitle-3>ul>li>a {
    clear: both;
    display: block;
    padding: 4px 17px;
    width: 100%;
    text-align: left;
    color: #333;
}
.f_l {
    float: left;
}
.f_r{
    float: right;
}
.max-600 {
    max-width: 600px;
}
a#dropdown_moreschool_menu {
    color: #1570a6;
}
.searchchoice #dropdown_major_menu {
    background: #e6e6e6 url(../images/couser.png) no-repeat 20px;
}
.max-600>p {
    font-size: 13px;
    margin-top: 6px;
    min-width: 100px;
}
.highlight {
    padding: 1px 4px;
    margin: 0 -4px;
    margin-top: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.7);
    color: #FFF;
    background-color: #ff2f0d;
}
.clear {
    clear: both;
}
.twitter-typeahead{
    vertical-align: bottom;
    width: 100%;
}
/* 头部固定结果下拉 */
.searchchoice-n {
    position: absolute;
    width: 0;
    min-width: 0;
    max-height: 550px;
    overflow: auto;
    background-color: #fff;
    top: 36px;
    left: 0;
    z-index: 10;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* border: 1px solid #dbdbdb; */
    border-top: none;
    transition: width .2s linear;
    box-shadow: 0 2px 2px #ccc;
}
.universitytitle {
    padding: 0 15px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background-color: #e6e6e6;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    color: #333333;
}
.notfound {
    display: block;
    position: relative;
    padding: 10px 20px;
    background-color: #f6f6f6;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}
.notfound>p>span {
    color: #e97211;
}
.searchprogram {
    position: relative;
}
.searchprogram>ul {
    width: 100%;
    min-width: 615px;
    border-top: 1px solid #bcbcbc;
    background: url(../images/searchprogramtitle.gif) repeat;
    height: 40px;
    border-bottom: 1px solid #bcbcbc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.searchprogram>ul>li {
    float: left;
    padding-left: 26px;
    padding-right: 26px;
    height: 39px;
    line-height: 40px;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}
.searchprogram>ul>li.titleselected {
    float: left;
    background: #ffffff;
}
.searchprogram>ul>li:last-child{
    border-right: none;
}
.menudiv {
    clear: both;
}
.menudiv>ul>li {
    color: #333;
    position: relative;
    padding: 5px 20px;
    border-bottom: 1px dotted #dbdbdb;
}
.num {
    padding-left: 0;
    font-size: 12px;
    text-align: left;
    padding: 5px 0 5px 15px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}
.num>span {
    margin-left: -5px;
}
.menudiv>ul>li>dl {
    overflow: hidden;
    font-size: 12px;
    text-align: left;
}
.menudiv>ul>li>dl>dd {
    float: left;
    height: 25px;
    font-size: 12px;
}
.menudiv a{
    color: #0a74b9;
}
.nav_major {
    border-right: 1px dotted #ccc;
    padding: 0 10px;
}
.so_no{
    /* display: none!important; */
}
.so_search form input{
    width: 0;
    /* width: 360px; */
    height: 36px;
    border: 0px solid #cccccc;
    font-size: 14px;
    /* padding: 10px; */
    transition: width .2s linear;
}
.so_search.w_w form>input{
    width: 445px;
    padding: 10px;
    border-width: 1px;
}
.so_search .input-group .iconfangdajing{
    color: #333333;
    font-size: 20px;
    line-height: 43px;
}
/* 搜索黑框 */
.search_fix{
    position: fixed;
    left: 0;
    /* top: 0; */
    bottom: 90px;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: rgba(47,48,64,0.95);
    z-index: 99;
    transition: all .2s linear;
}
.search_fix .sea_body{
    width: 890px;
    position: absolute;
    /* left: 50%; */
    top: 30%;
    /* transform: translate(-50%,-50%); */
    left: 50%;
    margin-left: -445px;
    transform: translateY(-50%);
}
.search_fix .sea_body h2{
    font-weight: bold;
}
.search_fix .sea_body form{
    position: relative;
}
.search_fix .input-group .form-control {
    border: none;
    height: 58px;
}
.search_fix .input-group .btn.btn-default {
    height: 58px;
    line-height: 58px;
    width: 92px;
}
.search_fix .input-group .iconfangdajing {
    font-size: 34px;
}
.sea_body>.iconfont{
    font-size: 30px;
    color: #f99c11;
    position: absolute;
    right: -100px;
    top: 0;
    cursor: pointer;
}
/* 活动轮播图 */
.activity{
    width: 100%;
    position: absolute;
    left: 0;
    top: 53%;
    transform: translateY(-50%);
    z-index: 10;
    display: none;
}
.activity .act_swiper{
    padding-bottom: 30px;
    /* overflow: unset; */
    padding-top: 30px;
}
.activity .swiper-slide i{
    position: absolute;
    top: 0;
    right: -34px;
    padding: 8px 9px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    z-index: 99;
    cursor: pointer;
    /* display: none; */
}
.activity .swiper-slide i:hover{
    background-color: rgba(0,0,0,1);
    color: red;
}
.activity .swiper-slide>a{
    display: block;
    width: 160px;
    height: 70px;
    position: absolute;
}
.activity .swiper-pagination-bullet{
    background: none;
    border: 1px solid #f99c11;
    opacity: 1;
}
.activity .swiper-pagination-bullet-active{
    background-color: #f99c11;
}
/* 登录弹框 */
/* 登录弹框 */
#code_pages {line-height: 30px;}
#code_pages h1{ font-size: 26px;}
#code_pages .code {text-align: center; margin: 10px 0;}
.code img {display: block; margin:0 auto;}
.code a { display: block; color: #999; }
#code_pages a:hover { text-decoration: underline; }
.code_di { color: #333; margin-bottom: 10px;}
.code_di a{ color: #333; margin:0 5px;}
#zj_tags {position: absolute; left:0; top:0;}
#zj_tags img{position: absolute; left:0; top:0; z-index: 999;}
#zj_tags .msg_block {width:60px;height:60px;position: absolute; left:0; top:0; background: url(../images/ico.png) no-repeat -502px -7px;}
#zj_tags .msg_desk {width:60px;height:60px;position: absolute; left:0; top:0; background: url(../images/ico.png) no-repeat -415px -4px;}
#login_container {height: 240px;overflow: hidden;width: 100%;}

.sign-in{
    width: 380px;
    text-align: center;
}
.theme-popover {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
    background-color: #fff;
    border: 2px solid #dd6f17;
    box-shadow: #666 0px 0px 800px;
    border-radius: 6px;
    z-index: 9999;
    display: none;
}
.theme-poptit .close_1 {
    float: right;
    color: #999;
    padding: 5px;
    font: bold 14px/14px simsun;
    text-shadow: 0 1px 0 #ddd;
}
.theme-popover h1 {
    margin-top: 30px;
    color: #333;
    line-height: 40px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
}
.theme-popover h4 {
    color: #777;
    line-height: 1.5em;
    font-size: 18px;
}
.mg_10 {
    margin-top: 10px;
}
.mg_30 {
    margin-left: 30px;
}
.length {
    float: left;
    margin-top: 7px;
    border-top: 1px solid #d8d8d8;
    width: 145px;
}
.or {
    color: #d8d8d8;
    display: block;
    float: left;
    line-height: 1em;
    font-size: 14px;
}
.theme-popbod {
    position: relative;
    padding: 20px 15px;
    color: #444;
    line-height: 50px;
}
.theme-popbod input{
    font-size: 14px;
}
.theme-popbod input::-webkit-input-placeholder { /* WebKit browsers */
    color:#ccc;
}

.theme-popbod input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}

.theme-popbod input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#ccc;
}
.theme-popbod input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#ccc;
}
.theme-signin {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
}
.ipt {
    margin: 10px 0;
    border: solid 1px #d2d2d2;
    border-left-color: #ccc;
    border-top-color: #ccc;
    box-shadow: inset 0 1px 0 #f8f8f8;
    background-color: #f6f6f6;
    padding: 0 15px;
    height: 36px;
    line-height: 21px;
    color: #999;
    width: 312px;
    vertical-align: baseline;
    font-family: Arial,Helvetica,sans-serif,"微软雅黑";
}
.theme-signin h6 {
    float: right;
    margin-right: 30px;
    color: #999;
    font-weight: 100;
    font-size: 12px;
    line-height: 25px;
    margin-top: -8px;
    margin-bottom: 6px;
}
.theme-signin .btn {
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-color: #ff9a00;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    width: 313px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    border: 1px solid #e97211;
    text-shadow: 1px 1px 0 #333;
    padding: 0;
}
.theme-signin li {
    padding-left: 15px;
}
#code_pages .code a {
    display: block;
    color: #999;
}
.code_di {
    color: #333;
    margin-bottom: 10px;
}
.code_di a {
    color: #333;
    margin: 0 5px;
    font-size: 14px;
}
#zj_tags>a>img{
    width: 60px;;
}
.main-body .add_help{
    width: 66px;
    height: 52px;
    background: url(../images/ico.png) no-repeat -517px -106px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
}
.main-body .add_help.act{
    background-position: -517px -174px;
}
.so_head .main_content .link .other_s>li.sign_s{
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 66px;
    height: 70px;
    border-radius: 0;
}
.so_head .main_content .link .other_s>li.sign_s i{
    font-size: 30px;
    line-height: 59px;
}
.so_head .log_in{
    top: 70px
}