@charset "UTF-8";

/*reset*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}

strong,
em,
i {
    font-style: normal;
    font-weight: normal;
}

del {
    text-decoration: line-through;
}

input::-ms-clear {
    display: none !important;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    font-family: inherit;
}

a {
    text-decoration: none;
    color: #666;
}

body {
    font: 12px/1.5 "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    color: #333;
    background: #fff;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.wrapper {
    width: 1100px;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 548px;
    background: url(../img/banner.jpg) no-repeat center;
}

.title {
    text-align: center;
    font-size: 32px;
    color: #565454;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    margin-bottom: 20px;
}

.title .t-clc {
    color: #eb6849;
    font-weight: bolder;
}

.reason .des {
    text-align: center;
    line-height: 40px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    letter-spacing: 0px;
    color: #808080;
}

/* 选择新航道的三大理由 */
.reason {
    padding: 30px 0 40px 0;
    background-color: #f0f0f0;
}



.tab .nav {
    float: left;
    padding-top: 100px;
    width: 160px;
    height: 536px;
    background-color: #565454;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(166, 166, 166, 0.11);
    box-shadow: 5px 5px 0px 0px rgba(166, 166, 166, 0.11);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tab .nav-list {
    position: relative;
    padding: 16px 0;
    width: 160px;
    height: 111px;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tab .nav-list.current {
    background-color: #eb6849;
}

.tab .nav-list.current:after {
    position: absolute;
    z-index: 99;
    top: 0;
    right: -14px;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 15px 15px;
    border-color: transparent transparent transparent #eb6849;
}

.tab .nav-list .tlt3 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
}

.tab .nav-list .tlt3:before {
    position: absolute;
    left: 5px;
    top: 3px;
    display: inline-block;
    content: '';
    height: 30px;
    width: 39px;
    background: url(../img/icon.png) no-repeat;
    background-position: -89px 0;
}

.tab .nav-list:nth-of-type(2) .tlt3:before {
    height: 30px;
    width: 39px;
    background: url(../img/icon.png) no-repeat;
    background-position: 0 0;
}

.tab .nav-list:nth-of-type(3) .tlt3:before {
    height: 30px;
    width: 39px;
    background: url(../img/icon.png) no-repeat;
    background-position: -192px 0;
}

.con {
    float: left;
    width: 940px;
    background-color: #fff;
}

.tab-list {
    position: relative;
    padding: 0 50px;
    display: none;
}

.tab-list .txt-tlt {
    display: block;
    width: 392px;
    margin: 30px 0;
    border: 1px solid #eb6849;
    font-size: 24px;
    line-height: 40px;
    color: #eb6849;
}

.tab-list .txt {
    width: 568px;
    color: #6b757a;
    font-size: 16px;
    line-height: 28px;
}

.tab-list .ad-pic {
    position: absolute;
    top: -28px;
    right: 10px;
    width: 200px;
    height: 200px;
}

.tab-list .s-txt {
    color: #6b757a;
    font-size: 16px;
    line-height: 34px;
}

.tab-list.show-tab {
    display: block;
}

/*.tab-list:nth-of-type(2) {
    width: 100%;
    height: 535px;
    background: url(../img/02-01.jpg) no-repeat;
}*/

.tab-list:nth-of-type(3) {
    width: 100%;
    height: 535px;
    background: url(../img/03-01.jpg) no-repeat;
}

.advantage {
    margin: 20px 0;
    overflow: hidden;
}

.advantage .ad-list {
    float: left;
    width: 168px;
    height: 241px;
    position: relative;
}

.advantage .ad-list img {
    width: 100%;
    height: 241px;
}

.advantage .ad-list .ad-img2 {
    display: block;
    position: absolute;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.advantage .ad-list:hover .ad-img2 {
    display: block;
    -webkit-transform: translateY(-241px);
    -ms-transform: translateY(-241px);
    -o-transform: translateY(-241px);
    transform: translateY(-241px);
}

/* 1分钟了解 新航道   */
.one-minute {
    padding: 113px 0 40px 0;
    width: 100%;
    height: 557px;
    background: url(../img/01.jpg) no-repeat center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.one-minute .v-left {
    float: left;
    width: 720px;
    height: 406px;
    background-color: #3b3b3b;
}

.one-minute .v-rig {
    float: right;
    width: 380px;
    height: 406px;
    background-color: #fff;
}

.v-rig .tlt {
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    color: #565454;
    border-bottom: 1px solid #e7e7e7;
}

.v-rig .scalc {
    padding: 26px 30px 40px 59px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.v-rig .list {
    float: left;
    margin: 0 47px 40px 0;
    width: 96px;
    height: 118px;
    -webkit-transition: all .3;
    -o-transition: all .3;
    transition: all .3;
    overflow: hidden;
}

.v-rig .list img {
    width: 100%;
}

.v-rig .list:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

/* 金秋放“价” 约“惠”一下 */
.city {
  padding-top: 100px;
  height: 496px;
  background: url(../img/02.jpg) no-repeat center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.city .ul-city {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.city .city-list .city-ol-li {
    margin-bottom: 33px;
}

.city .city-list .city-link {
    font-size: 18px;
}

.city .city-list .city-link:hover {
    color: #eb6849;
}

/* 百元畅游大咖讲堂 */
.kc {

    padding-top: 140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 500px;
    background: url(../img/09.jpg) no-repeat center;
}

.kc .nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kc .nav .li-nav-list {
    margin-bottom: 27px;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 191px;
    height: 53px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    cursor: default;
}

.kc .nav .li-nav-list:nth-of-type(1) {
    margin-right: 69px;
}

.kc .nav .li-nav-list.current {
    background-color: #eb6c4e;
    border: 1px solid #eb6c4e;
}

.kc .tabCon {
    padding: 10px;
    background-color: #fff;
}

.kc .tabCon .tab-list2 {
    display: none;
}

.kc .tabCon .tab-list2.show-tab {
    display: block;
}

.kc .tabCon .tab-list2 .kc-list {
    width: 248px;
    text-align: center;
    line-height: 40px;
    float: left;
    display: inline-block;
    padding: 0 22px 0px 0;
}

.kc .tabCon .tab-list2 .kc-list img {
    width: 100%;
}

.kc .tabCon .tab-list2:nth-of-type(2) .kc-list {
    width: 269px;
    padding: 0;
}

/* 查学校 */
.cal {
    display: block;
    height: 160px;
    background: url(../img/03.jpg) no-repeat center;
}

/* 官方品质，值得信赖  */
.pzbox {
    height: auto;
    background-color: #f0f0f0;
}

.pz {
    padding: 45px 0;
    display: block;
    height: 662px;
    background: url(../img/pz.png) no-repeat center;
}

/* 媒体报道 */
.mt {
    height: 537px;
    padding-top: 95px;
    background: url(../img/mt.jpg) center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mt .mt-left {
    float: left;
    width: 413px;
}

.mt .mt-left .mt-img {
    width: 100%;
    height: 261px;
}

.mt .mt-right {
    padding-top: 20px;
    float: right;
    width: 628px;
}

.mtbox {
    width: 1100px;
    margin: auto;
    padding-right: 10px;
    height: 393px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.mtbox .title {
    color: #eb6849;
    font-size: 20px;
    line-height: 40px;
}

.mtbox .txt {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.mtbox .btn {
    margin-top: 10px;
    display: inline-block;
    width: 114px;
    height: 35px;
    float: right;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    background-color: #eb6849;
}

.mt-right .mt-list {
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    list-style-type: square;
    translate: color .3s;
    cursor: pointer;
}

.mt-right .mt-list .des {
    display: inline-block;
}

.mt-right .mt-list:hover {
    color: #f8b11c;
}

.mt-right .link-more {
    margin-top: 12px;
    width: 125px;
    height: 35px;
    background-color: #eb6849;
    text-align: center;
    font-size: 14px;
    line-height: 33px;
    color: #fff;
    display: inline-block;
    float: right;
    cursor: pointer;
}

/* 今天的付出的 汗水*/
.tlt {
    text-align: center;
    font-size: 32px;
    line-height: 95px;
    background-color: #f0f0f0;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bolder;
}

.tlt .t-clc {
    font-size: 42px;
    color: #eb6849;
    font-weight: bolder;
}

.pictures .p-left {
    float: left;
    width: 41.3%;
    height: 495px;
    background: url(../img/06.jpg) no-repeat center;
}

.pictures .p-mid {
    float: left;
    width: 35.6%;
    height: 495px;
    background: url(../img/06-01.jpg) no-repeat center;
}

.pictures .p-right {
    float: right;
    width: 23%;
    height: 495px;
    background: url(../img/06-02.jpg) no-repeat center;
}

/*底部*/
.footer {
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.footer .fanhui {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(https://www.xhd.cn/topic/2019sjb/img/top.png) center no-repeat #666;
    right: 3%;
    top: 64px;
    cursor: pointer;
}

.footer .fanhuian {
    width: 100%;
    height: 324px;
    background-color: #504646;
    background-position: bottom;
    overflow: hidden;
}

.footer_btn {
    width: 313px;
    margin: 30px auto 0;
    overflow: hidden;
}

.footer .fanhuian a {
    width: 313px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    margin-right: 65px;
    background-color: #f39801;
    display: block;
    border-radius: 10px;
    float: left;
    color: #000000;
    cursor: pointer;
}

.footer .fanhuian .baoming {
    margin-right: 0px;
}

.fanhuian p {
    text-align: center;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
}

.footer_text_top {
    margin-top: 22px;
}

/*弹框*/
.form {
    width: 100%;
    height: 148px;
    background: url(../img/07.jpg) no-repeat center;
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 9;
}

.form .wrapper {
    position: relative;
    margin: 67px auto;
}

.form .wrapper .kuang {
    outline: none;
    border: none;
    display: block;
    float: left;
    width: 183px;
    margin-right: 17px;
    height: 59px;
    border-radius: 5px;
    font-size: 18px;
    text-indent: 12px;
}

.form .wrapper .mingzi {
    margin-left: 134px;
}

.form .wrapper input:focus,
.form .wrapper input:hover {
    border-color: #ffbb29;
}

.select {
    outline: none;
    border: none;
    position: relative;
    width: 183px;
    height: 59px;
    float: left;
    line-height: 59px;
    font-size: 20px;
    cursor: pointer;
    background-color: #fff;
    margin-right: 36px;
}

.select:after {
    position: absolute;
    right: 12px;
    top: 43%;
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #aaa;
    border-right: 2px solid #aaa;
    margin-top: -4px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    -o-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.select:hover,
.select:active,
.select.open {
    border-color: #ffbb29;
}

.select:hover .list,
.select:active .list,
.select.open .list {
    display: block;
}

.select .current {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    text-indent: 12px;
    color: #828282;
}

.select .list {
    position: absolute;
    top: -231px;
    left: 0;
    z-index: 10;
    width: 100%;
    max-height: 228px;
    border-radius: 2px;
    background-color: #fafafa;
    color: #333;
    overflow: auto;
    display: none;
}

.select .option {
    padding-left: 15px;
}

.select .option:hover {
    color: #fff;
    background-color: #ffbb29;
}

.select-one .list {
    top: -177px;
}

.form .wrapper .sub-btn {
    cursor: pointer;
    display: block;
    float: left;
    width: 183px;
    height: 59px;
    border: none;
    background-color: #ffea00;
    font-size: 20px;
    font-weight: bold;
    color: #2f3a4b;
}

.form .wrapper .guanbi {
    width: 31px;
    height: 31px;
    display: block;
    position: absolute;
    top: -47px;
    right: 53px;
    cursor: pointer;
}

/* s学校 */
.schools {
  padding: 50px 0;
}

.schools_tips {
  width: 1100px;
  height: 87px;
  margin: 20px auto 0;
  background-color: #eb6849;
}

.schools_list {
  width: 1100px;
  margin: 0 auto;
  height: 250px;
  overflow: auto;
  background: #fff;
  background: rgba(40, 40, 40, 0);
}

.schools_tips span {
  display: block;
  line-height: 87px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  float: left;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.schools_list_box span {
  display: block;
  line-height: 62px;
  font-size: 17px;
  color: #333;
  text-align: center;
  float: left;
  background-color: #f2e8e5;
  background-color: #f2e8e5b5;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.schools_list_box .span_01 {
  color: #000000;
  background-color: #bfb8b770;
}

.span_01 {
  width: 232px;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.span_02 {
  width: 615px;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.schools_list_box .span_03 {
  width: 236px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.schools_tips .span_03 {
  width: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: none;
}

.schools_list_box .span_03_new {
  width: 236px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.schools_list_box .span_03_new a {
  color: #f39801;
  cursor: pointer;
}

.schools_tips .span_03_new {
  width: 236px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mesge {
  width: 26px;
  height: 23px;
  margin-right: 10px;
}

.schools_list_box .hide {
  display: none;
  color: #df3c26;
}

/* e学校 */
/* 新加样式*/
.tab-list2 .txt-tlt {
  width:300px;
  margin: 25px 0 10px 0;
}

.tab-list2 .txt {
  width: 100%;
  line-height: 20px;
}

.js-teacher {
  margin-top: 10px;
}

.js-teacher .t-item {
  float: left;
  width: 269px;
  margin: 0 10px 9px 0;
    /*background-color: pink;*/
}

.js-teacher .t-item .t-pic {
  float: left;
  width: 112px;
  display: inline-block;
}

.js-teacher .t-item .iro-txt {
  float: left;
  display: block;
  width: 150px;
  font-size: 13px;
  text-align: justify;
}



/*# sourceMappingURL=maps/index.css.map */