@charset "utf-8";
body {
    color: #333333;
    font-size: 14px;
    background-color: #FFFFFF;
    overflow-x: auto;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}


/*<!--头部【导语和表单】-->*/

.header {
    width: 100%;
    height: 680px;
    background: url(../img/headBanner.jpg) no-repeat center top;
    position: relative;
}

.headContent {
    width: 1000px;
    margin: 0 auto;
    height: 497px;
}

.head-time {
    padding: 426px 0 72px 342px;
    font-size: 24px;
    color: #666666;
    line-height: 44px;
}

.bannerBtn {
    width: 430px;
    padding-left: 375px;
}

.bannerBtn a {
    display: block;
    height: 58px;
    width: 208px;
    font-size: 24px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    line-height: 58px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
}


/*.bannerBtn a:hover {
    background-color: #FF6633;
    border-color: #FF6633;
}*/


/*<!--导航-->*/


/*.filter {
	width: 200px;
	height: 200px;
	background-color: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
}*/


/*这句话本来是做渐变用的，但是这里没有渐变效果所以startColorstr和endColorstr设置为同一种颜色。*/


/*这里的#7f000000，#7f代表的是透明度，000000代表的是颜色,下面是透明度的对应表：*/


/*
	0.1    19
	0.2    33
	0.3    4C
	0.4    66
	0.5    7F
	0.6    99
	0.7    B2
	0.8    C8
	0.9    E5
*/

.mainNav {
    /*clear: both;*/
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, .5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#7F000000", endColorstr="#7F000000");*/
}

.mainNav .mainNav_wrap {
    width: 100%;
    height: 50px;
    position: static;
    background-color: rgba(0, 0, 0, .7);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#B2000000", endColorstr="#B2000000");
}

.mainNav ul {
    width: 970px;
    margin: 0 auto;
    color: #FFFFFF;
}

.mainNav .mainNav_wrap.fixedTop {
    position: fixed;
    z-index: 999;
    top: 0;
}

.mainNav li {
    padding: 0 27px;
    float: left;
    font-size: 15px;
    cursor: pointer;
}

.mainNav .lastLi {
    border-right: 0;
}

.mainNav li:hover,
.mainNav li.activeNav,
.mainNav a:hover {
    /*background-color: #333333;*/
    color: #FF6666;
}

.mainNav a {
    display: block;
    font-size: 15px;
    width: 140px;
    float: left;
    cursor: pointer;
}


/*<!--导航-->*/


/*导语*/

.leadAndForm {
    margin: 0 auto;
    width: 1000px;
    padding-bottom: 28px;
    position: relative;
}

.leadAndForm::before {
    content: "";
    position: absolute;
    background: url(../img/formShadow.png) no-repeat center;
    width: 965px;
    height: 78px;
    bottom: -50px;
    left: 50%;
    margin-left: -482px;
}

.lead {
    margin: 0 auto;
    padding: 45px 0 34px 68px;
}

.lead p {
    position: relative;
    font-size: 14px;
    line-height: 30px;
}

.lead p:before {
    content: "导语";
    position: absolute;
    top: 14px;
    left: -68px;
    font-size: 24px;
    font-weight: bold;
}


/*表單*/

.biaodan {
    width: 994px;
    margin: 0 auto;
    /*padding: 20px 0;*/
    padding: 40px 0 30px 0;
    /*background: #ECECEC;*/
    background-color: #F3F7FF;
    border: 3px solid #99CCFF;
}

.form-tit {
    font-size: 24px;
    margin-bottom: 30px;
}

.biaodan form {
    padding: 0 187px;
}

.biaodan form div {
    margin-bottom: 20px;
}

.biaodan form div.noMR {
    margin-right: 0;
}

.biaodan h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.biaodan form input,
.biaodan form select {
    height: 38px;
    font-family: "微软雅黑";
    width: 264px;
    color: #666666;
}

.biaodan form input {
    padding-left: 5px;
    width: 256px;
}

.mobile,
.name,
.guojia,
.branch {
    width: 265px;
    padding: 1px 0;
    margin: 0 auto;
    padding-left: 42px;
    margin-bottom: 10px;
}

.mobile {
    background: url(../img/telBox.jpg) no-repeat center;
}

.name {
    background: url(../img/nameBox.jpg) no-repeat center;
}

.guojia {
    background: url(../img/cityBox.jpg) no-repeat center;
}

.branch {
    background: url(../img/eduBox.jpg) no-repeat center;
}

#submit,
#knowMore {
    background: #FF6633 !important;
    margin-bottom: 0;
    width: 300px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer; display: block; margin: 0 auto;
}

#knowMore {
    line-height: 50px;
    background-color: #00CCFF !important;
}


/*#submit:hover {
    background-color: #E03022 !important;
}*/


/*表單*/


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
    width: 100%;
    padding-top: 60px;
}

.section_content {
    width: 1000px;
    margin: 0 auto;
}

.section_content h4 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 40px;
}

.ly-wrap {
    width: 660px;
    margin: 50px auto 0; text-align: center;
}

.ly_link {
    height: 50px;
    width: 300px;
    /*margin: 0 auto;*/
    font-size: 18px;
    line-height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
      margin:0  10px;
    cursor: pointer;
    color: #FFFFFF;  display: inline-block;
}

.ly_link.left {float: none;
    background-color: #FF6633;
}

.ly_link.right {float: none;
    background-color: #00CCFF;
}

.ly_link.left:hover {float: none;
    background-color: #FF9966;
}

.ly_link.right:hover {float: none;
    background-color: #66CCFF;
}


/*********************<!--公共模块-->**********************/


/*<!--选择理由-->*/

.reason {
    padding-bottom: 60px;
}

.reason-lis li {
    width: 320px;
    height: 200px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.reason-lis li.noMR {
    margin-right: 0;
}

.reason-lis li.noMB {
    margin-bottom: 0;
}

.reason-lis li img {
    width: 100%;
    height: 100%;
}

p.rea-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reason-lis li span {
    display: block;
    color: #FFFFFF;
}

.rt1 {
    font-size: 25px;
    font-weight: bold;
    padding: 32px 0;
}

.rt2 {
    font-size: 13px;
    line-height: 24px;
    padding: 0 20px;
}


/*<!--选择理由-->*/


/*<!--适合人群---->*/

.fitOrNot {
    padding: 60px 0 0;
}

.fitPerson {
    font-size: 18px;
    color: #FF6633;
    margin-bottom: 20px;
}

.fitLis div {
    width: 494px;
}

.fitLis i {
    display: block;
    height: 10px;
    width: 100%;
    background-color: #5EC598;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fitLis ul {
    width: 420px;
    background-color: #FFFFFF;
    border: 1px solid #5EC598;
    border-top: 0;
    margin: 0 auto;
    padding: 26px 35px;
}

.fitLis ul li {
    height: 48px;
    font-size: 13px;
    color: #666666;
    line-height: 48px;
    padding-left: 16px;
    background: url(../img/gth.png) no-repeat left center;
}

.fitLis ul li.fit-if {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    height: 20px;
    line-height: 20px;
    padding-left: 0;
    background: transparent;
}


/*<!--适合人群---->*/


/*墨尔本悉尼双城记*/

.twoCity .section_content {
    padding-bottom: 60px;
}

.rt {
    border-top: 2px solid #66CC99;
}

.rt th {
    height: 40px;
    color: #66CC99;
    font-size: 18px;
    position: relative;
    text-align: left; padding: 0 35px; padding-top: 15px;
}

.rt th img {
    position: absolute;
    top: -9px;
    left: 28%;
    margin-left: -8px;
}

.rt td {
    height:30px;
    font-size: 18px;
    color: #333; text-align: left; padding: 0 35px;
}

.bor-dashed td {
    color: #666; font-size: 14px; line-height: 24px; padding-top: 10px;
}

.rt a {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    color: #FFFFFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
}

.rt a.rt-det {
    background-color: #FF6633;
}

.rt a.rt-order {
    background-color: #00CCFF;
}

.rt a.rt-det:hover {
    background-color: #FF9966;
}

.rt a.rt-order:hover {
    background-color: #66CCFF;
}

.free-lis {
    width: 692px;
    padding: 20px 54px 28px 54px;
    margin: 0 auto;
    margin-top: 104px;
    border: 1px dashed #999999;
    position: relative;
}

.free-lis::before {
    content: "免费赠送";
    width: 152px;
    height: 69px;
    position: absolute;
    left: -71px;
    top: -84px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 54px;
    text-align: center;
    background: url(../img/freeBg.png) no-repeat center;
}

.free-lis li {
    float: left;
    width: 40%;
}

.free-lis .firstFree {
    width: 50%;
    margin-right: 10%;
}

.free-lis b {
    height: 40px;
    line-height: 36px;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 16px;
    display: block;
    /*padding-left: 32px;*/
}

.free-lis p {
    font-size: 13px;
    color: #666666;
}

.free-lis img {
    display: inline-block;
    margin-right: 10px;
}


/*墨尔本悉尼双城记*/


/*澳洲东海岸顶尖名校*/

.aus-topUni {
    padding: 60px 0;
    background-color: #F0F0F0;
}

.aus-topUni .section_content {
    padding-bottom: 0;
}

.uni-item {
    float: left;
    width: 280px;
    background-color: #FFFFFF;
    padding: 20px 22px 18px 22px;
    margin-right: 14px;
    margin-bottom: 12px;
}

.uni-item.noMR {
    margin-right: 0;
}

.uni-item img {
    width: 100%;
    height: 100px;
}

.uni-item span,
.aboutUS span {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
}

.uni-name,
.local {
    font-size: 17px;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
}

.uni-abs {
    font-size: 12px;
    color: #666666;
    height: 150px;
    line-height: 24px;
}

.idp-abs a {
    color: #00CCFF;
    cursor: pointer;
}

.idp-abs a:hover {
    text-decoration: underline;
}

.uni-link {
    height: 52px;
    line-height: 52px;
    font-size: 13px;
    border-bottom: 1px solid #CCCCCC;
}

.uni-link a {
    display: block;
    cursor: pointer;
}

.uni-link a:hover {
    text-decoration: underline;
}

.uni-link a.left {
    color: #FF6633;
}

.uni-link a.right {
    color: #00CCFF;
}

.uni-sp {
    line-height: 24px;
    color: #666666;
    font-size: 12px;
    height: 94px;
    padding-top: 16px;
}

.aboutUS {
    padding: 20px 22px;
    background-color: #FFFFFF;
}

.aboutUS img {
    width: 100%;
}

.idp-abs,
.idp-sp {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}

.idp-sp {
    padding-bottom: 0;
    padding-top: 20px;
    border-bottom: 0;
}


/*澳洲东海岸顶尖名校*/


/*<!-- 名校面试团 行程抢先知-->*/

.route {
    padding-bottom: 45px;
}

.route-table {
    width: 100%;
    border-color: #cccccc;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    border-top: 0;
    border-right: 0;
}

.route-table tr.even {
    background-color: #FFFFFF;
}

.route-table tr.odd {
    background-color: #F2FFF8;
}

.route-table th {
    height: 60px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    background-color: #66CC99;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.route-table td {
    height: 70px;
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.table-supplement {
    font-size: 12px;
    color: #999999;
    line-height: 24px;
}

.table-supplement span {
    color: #FF3366;
}


/*<!-- 名校面试团 行程抢先知-->*/


/*风景*/

.sights {
    padding-bottom: 45px;
}

.sights .section_content {
    padding-bottom: 45px;
}

.sightLis li {
    float: left;
    width: 310px;
    margin-right: 35px;
    margin-bottom: 32px;
    height: 310px;
    position: relative;
}

.sightLis li span {
    line-height: 310px;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: #FFFFFF;
    font-size: 16px;
}

.sightLis li.noMR {
    margin-right: 0;
}

.sightLis li.noMB {
    margin-bottom: 0;
}


/*风景*/


/*你准备好了吗*/

.areYouReady {
    padding-top: 60px;
}

.areYouReady .section_content {
    padding-bottom: 0;
}

.recLis li {
    float: left;
    width: 320px;
    margin-right: 20px;
}

.recLis li p {
    margin-top: 14px;
    font-size: 12px;
    color: #666666;
}

.recLis li.noMR {
    margin-right: 0;
}


/*你准备好了吗*/


/*<!--IDP留学服务-->*/

.idpService {
    padding-bottom: 45px;
}

.serviceLis .service_txt h6 {
    color: #66CC99 !important;
}

.joinUs {
    display: block;
    height: 50px;
    width: 300px;
    color: #FFFFFF;
    margin: 0 auto;
    line-height: 50px;
    font-size: 18px;
    background-color: #FF6633;
    cursor: pointer;
    margin-top: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.joinUs:hover {
    background-color: #FF9966;
}


/*<!--IDP留学服务-->*/


/*<!--IDP留学优势-->*/
.grey{ background: #F0F0F0;}
.idpAdvan h4 {
    margin-bottom: 40px;
}

.advantage dt {
    border-color: #CCCCCC !important;
}
.join{ padding-bottom: 60px;}
.joinUS{}
.joinUS li{ width: 1000px;  margin-bottom:22px; padding: 0 0 2px; text-align: center; height: 206px;}
.joinUS li img{ display: block; margin: 25px auto 10px; width:88px;}
.joinUS li strong{ display: inline-block; font-size: 20px; margin-bottom: 15px;}
.joinUS li p{ font-size: 12px; line-height: 22px; padding: 0 25px;}
.joinUS .Left{ float: left; width: 218px;  height:208px;margin-right: 35px;border: 2px solid #5ec598; }
.joinUS .L2{float: left; width: 476px;  height:245px;margin-right: 35px;border: 2px solid #5ec598;} 
.joinUS .none{margin-right: 0; float: right;}


.joinUS li:last-child{ margin-bottom: 0;}
/*<!--IDP留学优势-->*/


/*底部*/

.foot {
    line-height: 28px;
}


/*底部*/