@charset "utf-8";
html {
    color: #000;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body, button, input, select, textarea {
    font: 14px/1.5 tahoma, arial, "Microsoft YaHei", \5b8b\4f53;
    font-family: tahoma, "Microsoft YaHei";
    color: #333;
}

body {
    font-size: 14px;
    line-height: 1.2;
}

input, select, textarea {
    font-size: 100%;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

img {
    vertical-align: top;
}

fieldset, img {
    border: 0;
    width: 100%;
    height: 600px;
}

iframe {
    display: block;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.clearfix:after, .clearfix:before {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    margin-left: 15px;
    *zoom: 1;
}

* {
    word-break: break-all;
    box-sizing: border-box;
    word-wrap: break-word;
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

/*webkit*/
:-moz-placeholder {
    font-size: 14px;
    color: #999;
}

/*firefox 4-18*/
::-moz-placeholder {
    font-size: 14px;
    color: #999;
}

/*firefox 19+*/
:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}

/*ie10+*/
/*滚动样式*/
.scroller {
    position: absolute;
    z-index: 1;
    width: 750px;
    height: 160px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 4px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff; /*滚动条的背景颜色*/
    -webkit-border-radius: 0; /*滚动条的圆角宽度*/
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
    outline: 1px solid #fff;
    outline-offset: -1px;
    border: 1px solid #fff;
}


.f_between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.f_start {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.f_end {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.f_center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.f_middle {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

.midcenter {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.f_top {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.f_bottom {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.f_stretch {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.f_col {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.f_row {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hide-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.wrap {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hide-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body {
    background: #fefefe;
    font-size: 14px;
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, STHeitiSC-Light, simsun, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    font-weight: 400;
    color: #333;
}

.topbg {
    background: linear-gradient(90deg, #0574c6 0%, #0458b8 51%, #137fde 100%);
}

.inner {
    margin: 0 auto;
    width: 70%;
}

.top {
    padding: 18px 0 20px
}

.top .logo {
    height: 52px;
}

.top .logo img {
    height: 100%;
    width: auto
}

.top .menu {
    height: 52px;
}

.top .menu li {
    width: 100px;
    margin-left: 27px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.top .menu li.on:before, .top .menu li:hover:before {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 48px;
    height: 6px;
    background: linear-gradient(180deg, #FF7272 0%, rgba(255, 169, 169, 0.46) 30%, rgba(255, 214, 214, 0) 100%);
}

.main {
    position: relative;
    padding-top: 300px;
}

.main .banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.maincon {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #CCCCCC;
    padding: 26px 26px 32px;
}

.btbg {
    height: 56px;
    background: url(https://image.360eol.com/Qiniu_Files/Files/cx_robot_for_menu/btbg.png) right no-repeat
}

.btitem {
    height: 56px;
    background: url(https://image.360eol.com/Qiniu_Files/Files/cx_robot_for_menu/bt2.png) left no-repeat;
    width: 279px;
    padding-left: 54px;
    line-height: 56px;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.map {
    padding-left: 86px;
    position: relative;
    min-height: 48px;
}
.map .subject {
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 16px;
    color: #000000;
    line-height: 40px;
    padding-left: 20px;
    background: url(/inc/tpl_001/images/subject_type.png) left center no-repeat;
}
.map .level {
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 16px;
    color: #000000;
    line-height: 40px;
    padding-left: 20px;
    background: url(/inc/tpl_001/images/level_list.png) left center no-repeat;
}
.map .year {
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 16px;
    color: #000000;
    line-height: 40px;
    padding-left: 20px;
    background: url(/inc/tpl_001/images/calendar.png) left center no-repeat;
}
.map .addr {
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 16px;
    color: #000000;
    line-height: 40px;
    padding-left: 20px;
    background: url(/inc/tpl_001/images/localtion.png) left center no-repeat;
}

.addr_list a {
    float: left;
    min-width: 92px;
    padding: 0 16px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
    border-radius: 32px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.88);
    margin-top: 16px;
    margin-right: 10px;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.addr_list a:hover {
    background: #09a3eb;
    box-shadow: 0px 2px 0px 0px rgba(5, 145, 255, 0.1);
    border: 1px solid #127bda;
    color: #fff;
}

.addr_list a.on {
    background: #0f75d4;
    box-shadow: 0px 2px 0px 0px rgba(5, 145, 255, 0.1);
    border: 1px solid #127bda;
    color: #fff;
}

.line {
    height: 4px;
    background: linear-gradient(90deg, #7189F3 0%, #7189F3 51%, #7189F3 100%);
    margin-top: 30px;
}

.contable {
    padding: 0px;
}

.contable table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.contable table th {
    background: rgba(113,137,243 ,0.1);
}

.contable table td {
    background: #F8F8F8;
}

.contable table tr:nth-child(2n+2) td {
    background: #EFEFEF;
}

.contable table th, .contable table td {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    text-align: center;
    padding: 12px;
    line-height: 20px;
}

.contable table th:last-child, .contable table td:last-child {
    border-right: 0;
}

.detail {
    padding-right: 20px;
    background: url(https://image.360eol.com/Qiniu_Files/Files/cx_robot_for_menu/more3.png) right center no-repeat;
    background-size: 14px 14px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.foot {
    margin-top: 88px;
    background: linear-gradient(180deg, #323232 0%, #1F2329 100%);
    padding: 24px;
    font-size: 14px;
    color: #ccc;
    line-height: 20px;
    text-align: center;
}

.foot span {
    font-size: 12px;
    color: #666666;
    line-height: 17px;
}


.trip_lay {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .64);
    display: none;
}

.trip_box {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 716px;
    top: 50%;
    transform: translateY(-50%);
}

.trip_lay .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(https://gkbimg.360eol.com/teacherenroll/itinerary/pc/close2.png) center no-repeat;
    background-size: 30px 30px;
}

.trip_lay .title {
    border-radius: 4px 4px 0 0;
    height: 56px;
    padding-left: 24px;
    background: linear-gradient(90deg, #7189f3 0%, #7189f3 51%, #7189f3 100%);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.trip_lay .con {
    border-radius: 0 0 4px 4px;
    background: #fff;
    padding: 16px 24px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
}

.trip_lay .cent1 {
    /*border-bottom: 1px solid #979797;*/
    padding-bottom: 16px;
}

.trip_lay .school_name {
    font-weight: 600;
    font-size: 28px;
    color: #000000;
    line-height: 40px;
    padding-bottom: 12px;
}

.trip_lay p {
    margin-top: 4px;
}

.trip_lay p span.bt {
    color: #999;
}

.trip_lay .cent2 {
    padding-top: 16px;
}

.trip_lay .wzbt {
    font-size: 16px;
    color: #101E4E;
    line-height: 22px;
    font-weight: 600;
}

.pic_list {
    position: relative;
    margin: 0 -8px;
}

.pic_list li {
    width: 33.3%;
    padding: 0 8px;
    margin-top: 16px;
}

.pic_list li img {
    display: block;
    width: 100%;
}


.map2 {
    width: 100%;
    height: 980px;
    z-index: 1;
}

.title_bt {
    font-size: 20px;
    font-weight: 600;
    color: #7189F3;
    margin-top: 20px;
}

.title_bt .back {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
}


