@font-face {
    font-family: 'fzsong';
    src: url("/fonts/fzsong.woff") format("woff"),
    url("/fonts/fzsong.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
*{
    /*font-family: "fzsong", "Microsoft YaHei UI";*/
    font-family: "Microsoft YaHei UI";
}
html{
    width: 100%;
    overflow-y: auto;
}
body{
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    min-width: 1300px;
}
a{
    text-decoration: none;
}
a:hover,a:focus{
    outline:none;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style-type:none
}
dl{
    margin: 0;
}
dt, dd{
    margin: 0;
    padding: 0;
}
button {
    outline: none;
}
img{
    max-width: 100%;
}
.btn:active, .btn:focus {
    outline: 0 !important;
}

.test-border{
    border: 1px solid #ff0000;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

/** 头部导航 */
.menu-box {
    width: 100%;
    height: 3vw;
    background-color: rgba(0, 0, 0, 0.5);
}
/*nav*/
.menu {
    width: 80vw;
    height: 3vw;
    margin: 0 auto;
    box-sizing: border-box;
}
.web-title {
    float: left;
    height: 3vw;
    line-height: 3vw;
    color: #ffffff;
    font-size: 1.2vw;
    letter-spacing: 2px;
    text-indent: 3vw;
    background-image: url("/image/logo.png");
    background-repeat: no-repeat;
    background-size: 2.5vw 2.5vw;
    background-position: center left;
}
#nav{
    float: right;
}
#nav li, #home-nav li{
    height: 3vw;
    line-height: 3vw;
    float:left;
    padding: 0 0.8vw;
    position: relative;
    letter-spacing: 1px;
    font-size: 0.8vw;
}
#nav li:not, #home-nav li:not(:first-child){
    border-left: 1px solid rgba(255,255,255,0.2);
}
.lilast{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    border-left:none;
    background-color: #001E80;
    margin-left: 45px;
    height: 46px;
    line-height: 46px;
    margin-top: -1px;
    text-align: center;
    font-weight: 900;
}
.lilast img{
    display:inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -5px;
}
#nav li a, #nav li a:visited, #home-nav li a, #home-nav li a:visited{
    color: #ffffff;
}
#nav li a:hover, #home-nav li a:hover{
    color: #ff5722;
}
#nav li ul, #home-nav li ul{
    display:none;
    min-width: 100%;
    position:absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}
#nav li ul {
    background-color: rgba(0, 0, 0, 0.6);
}
#home-nav li ul {
    background-color: rgba(169,127,11, 0.7);
}
#nav li ul li, #home-nav li ul li{
    clear: both;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid rgba(255,255,255,0.2);
    letter-spacing: 2px;
    padding: 0 20px;
    box-sizing: border-box;
}
#nav li ul li a, #nav li ul li a:visited, #home-nav li ul li a, #home-nav li ul li a:visited{
    color: #ffffff;
    white-space: nowrap;
}
#nav li ul li a:hover, #home-nav li ul li a:hover{
    color: #ff5722;
}

/** footer */
.footer{
    width: 100%;
    height: 180px;
    background-color: #4E4E4E;
}
.footer-menu{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer-menu-list{
}
.footer-menu-list ul li{
    float: left;
    width: 11%;
    line-height: 50px;
    text-align: center;
}
.footer-menu-list ul li a, .footer-menu-list ul li a:visited{
    color: #ffffff;
    text-indent: 1px;
    font-size: 14px;
}
.footer-menu-list ul li a:hover{
    color: #ff5722;
}
.footer-adr{
    width: 100%;
    height: 80px;
}
.footer-adr-left{
    float: left;
    width: 49%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: right;
}
.footer-adr-right{
    float: right;
    width: 50%;
    height: 80px;
}
.footer-adr-right ul li{
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    text-indent: 30px;
}
.footer-adr-right ul li:first-child{
    background: url("/image/tel.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.footer-adr-right ul li:last-child{
    background: url("/image/add.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.footer-copyright{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
.footer-copyright a, .footer-copyright a:visited{
    color: #ffffff;
}
.footer-copyright a:hover{
    color: #ff5722;
}

/** 二级页面banner */
.itempage-banner{
    width: 100%;
    height: 300px;
    background-image: url("/image/list-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

/** 研学基地 课程 线路 条件选择样式 */
.tag{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 15px 0;
    display: flex;
}
.tag-title{
    width: 90px;
    height: 25px;
    line-height: 25px;
}
.tag-list{
    flex: 1;
    height: auto;
    overflow: hidden;
}
.tag-list ul li{
    float: left;
    padding: 3px 12px;
    font-size: 14px;
    cursor: pointer;
}
.tag-item-active{
    border-radius: 10px;
    color: #ffffff;
    background-color: #ff8600;
}
/** 子页面banner */
.itempage-banner .plane-box{
    padding-top: 50px;
}
.itempage-banner .plane-box dl dt, .itempage-banner .plane-box dl dd{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 26px;
    letter-spacing: 2px;
}
/** menu 面包屑 */
.breadcrumb{
    width: 100%;
    height: 30px;
    padding-top: 15px;
    background-color: #ffffff;
}
/** 多详情切换tab */
.info-tab{
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ff8600;
}
.info-tab-li-active{
    background-color: #ff8600;
    color: #ffffff;
}
.info-tab ul li{
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    cursor: pointer;
}
.info-tab-content{
    width: 100%;
    min-height: 220px;
}
.info-tab-content-item{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px;
    background-color: #ffffff;
}
.info-tab-content-item-hidden{
    display: none;
}
/* 用户中心 */
.user-plane-box{
    width: 100%;
    height: auto;
    padding: 50px 15px;
    display: flex;
    box-sizing: border-box;
}
.user-menu{
    width: 230px;
    height: auto;
    background-color: #ffffff;
}
.user-name{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #999999;
}
.user-name-avatar{
    width: 100%;
    height: 40px;
}
.user-name-avatar img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: -20px;
    margin-left: calc(50% - 30px);
}
.user-name-text{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0.8vw;
    text-align: center;
}
.user-menu-list {
    padding: 20px;
}
.user-menu-list a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #5c5c5c;
}
.user-menu-list a i{
    font-size: 20px;
}
.user-right{
    flex: 1;
    height: auto;
    box-sizing: border-box;
    padding-left: 30px;
}
.user-right-header{
    width: 100%;
    height: 40px;
    line-height: 36px;
}
.user-right-header .title{
    height: 40px;
    line-height: 40px;
    float: left;
    padding: 0 20px;
    font-size: 22px;
    border-left: 2px solid #ff8600;
}
.user-right-header .button{
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.user-right-header .search{
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.user-content{
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.plane-box{
    width: 80vw;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    /*background-color: #f3f4f8;*/
}

.flex-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.prelog-022 {
    margin-left: 11%;
}

.holdBox {
    text-align: center;
}

.holdBox .hold {
    background: #FF8600;
    border-radius: 5px;
    color: #fff;
    width: 50%;
    padding: 15px 50px;
    border: 0;
}

.mb10 {
    margin-bottom: 10px;
}
.mt20 {
    margin-top: 20px;
}

/*研学报名样式*/
.guidecon{
    display: flex;
    justify-content: space-between;
}
.gleftcon{
    width: 687px;
    /*height:90px;*/
}
.grightcon{
    margin-left: 109px;
    width: 687px;
}
.itemdiv{
    width: 639px;
    height: 70px;
    background-color: #F0F0F0;
    padding: 10px 24px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    margin-bottom: 32px;
}
.guide-num{
    width: 69px;
    height: 69px;
    background-color: #368AE4;
    line-height: 69px;
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    color: #fff;
}
.guide-center{
    margin-left: 21px;
    width: 460px;
    height: 68px;
}
.guide-tit{
    height: 26px;
    line-height: 26px;
    font-weight: 700;
    font-size: 18px;
    color: #3d3d3d;
    letter-spacing: 1px;
}
.guide-detail{
    margin-top: 5px;
    font-weight: 400;
    color: #3d3d3d;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 17px;
}
.guide-p{
    margin-left: 20px;
    width: 120px;
}
.guide-link{
    margin-left: 40px;
    width: 80px;
}
.guide-link a{
    color: #004EA1;
    font-style: normal;
    text-decoration-line: underline;
    text-transform: none;
    letter-spacing: 1px;
}
.home-menu-box {
    width: 100%;
    height: 3vw;
    margin: 0.5vw 0;
    background: linear-gradient( 90deg, #FF7300 0%, #FFB812 48%, #FFC70E 100%);
}
.home-menu {
    width: 80vw;
    height: 3vw;
    margin: 0 auto;
    box-sizing: border-box;
}
